bimtester: improve imports in steps

This commit is contained in:
Bernd Hahnebach
2020-11-26 08:08:38 +01:00
committed by Dion Moult
parent 5ce334019c
commit b88eb37bdf
4 changed files with 11 additions and 3 deletions
@@ -1,6 +1,7 @@
from behave import step
from utils import assert_attribute
from utils import IfcFile
from utils import IfcFile, assert_attribute
@step('The IFC file "{file}" must be provided')