mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 16:56:13 +02:00
clean up import statements
This commit is contained in:
parent
73a348b033
commit
9ccbcdcc7e
23 changed files with 66 additions and 50 deletions
|
@ -3,7 +3,8 @@ import os
|
|||
import shutil
|
||||
from xml.etree import ElementTree
|
||||
|
||||
from behave import given, then
|
||||
from behave import given
|
||||
from behave import then
|
||||
|
||||
|
||||
@then("the output should be parsable as json")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue