clean up import statements

This commit is contained in:
Jonathan Wren 2020-08-15 18:49:23 -07:00
parent 73a348b033
commit 9ccbcdcc7e
No known key found for this signature in database
GPG key ID: 43D5FF8722E7F68A
23 changed files with 66 additions and 50 deletions

View file

@ -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")