Commit 63b0c7e2 authored by Matthias Bernt's avatar Matthias Bernt
Browse files

linter fixes

parent 4c4cc2c7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ import tempfile

from galaxy.tool_util.loader_directory import is_a_yaml_with_class


def test_is_a_yaml_with_class():
    with tempfile.NamedTemporaryFile("w", suffix=".yaml", delete=False) as tf:
        fname = tf.name