mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-03 23:16:14 +02:00
make format
delete unused imports
This commit is contained in:
parent
c76b9788e6
commit
788b32b71c
6 changed files with 26 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue