Apply isort Mk II (#942)

* Apply isort!
This commit is contained in:
MinchinWeb 2020-05-09 14:14:43 -06:00 committed by GitHub
parent 1cc3f80ba9
commit cfadcd39ca
24 changed files with 107 additions and 89 deletions

View file

@ -3,7 +3,7 @@ import os
import shutil
from xml.etree import ElementTree
from behave import then, given
from behave import given, then
@then("the output should be parsable as json")