fix linting issue

This commit is contained in:
Scott Sadler 2016-11-29 17:02:56 +01:00
parent d7e0009ce5
commit 6208a93673

View File

@ -19,8 +19,6 @@ def drop_schema_descriptions(node):
drop_schema_descriptions(n)
def _load_schema(name):
""" Load a schema from disk """
path = os.path.join(os.path.dirname(__file__), name + '.yaml')