make format

delete unused imports
This commit is contained in:
Suhas 2021-05-06 15:12:48 -04:00 committed by MinchinWeb
parent c76b9788e6
commit 788b32b71c
6 changed files with 26 additions and 14 deletions

View file

@ -461,6 +461,7 @@ def run(context, command, text=""):
@given('we load template "{filename}"')
def load_template(context, filename):
full_path = os.path.join("features/data/templates", filename)
exporter = plugins.template_exporter.__exporter_from_file(full_path)
plugins.meta.__exporter_types[exporter.names[0]] = exporter