Skip to content

Commit 2bfc1eb

Browse files
committed
Remove unused imports
1 parent 7bdd1d6 commit 2bfc1eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/datatable/test_datatable.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ def _(data_table):
5252

5353

5454
DATA_TABLE_TEST_FILE = """\
55-
from pytest_bdd.utils import dump_obj
5655
from pytest_bdd import scenario
5756
5857
@scenario("data_table.feature", "Creating a new user with roles and permissions")
@@ -192,7 +191,6 @@ def _(data_table):
192191
pytester.makepyfile(
193192
textwrap.dedent(
194193
"""\
195-
from pytest_bdd.utils import dump_obj
196194
from pytest_bdd import scenario
197195
198196
@scenario("missing_data_table.feature", "Data table is missing for a step")
@@ -237,7 +235,6 @@ def _(data_table):
237235
pytester.makepyfile(
238236
textwrap.dedent(
239237
"""\
240-
from pytest_bdd.utils import dump_obj
241238
from pytest_bdd import scenario
242239
243240
@scenario("too_short_data_table.feature", "Data table too short for transforming to dict")

0 commit comments

Comments
 (0)