From f7af7dff0f88dad216d90c4f4c32893ea5f31b9a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 21 Jan 2022 07:53:36 +0000 Subject: dtas: drop unnecessary "require 'yaml'" statements We use DTAS.yaml_load to wrap all YAML.*load calls, but we still need "require 'yaml'" for various .to_yaml calls. --- bin/dtas-tl | 1 - 1 file changed, 1 deletion(-) (limited to 'bin/dtas-tl') diff --git a/bin/dtas-tl b/bin/dtas-tl index c1af933..2b34937 100755 --- a/bin/dtas-tl +++ b/bin/dtas-tl @@ -23,7 +23,6 @@ end def do_edit(c) require 'dtas/edit_client' - require 'yaml' require 'tempfile' extend DTAS::EditClient tmp = Tempfile.new(%w(dtas-tl-edit .txt)) -- cgit v1.2.3-24-ge0c7