Skip to content

Commit 928617e

Browse files
committed
Fix imports
1 parent 973ab30 commit 928617e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/bdd/step_defs/data_table_parameter_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import logging
1616
from typing import Dict
1717

18-
from pytest_bdd import given, parsers, scenarios
18+
from pytest_bdd import given, scenarios
1919

2020
# Import the scenario from the feature file
2121
scenarios("../features/data_table_parameter.feature")

examples/bdd/step_defs/doc_string_parameters_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
import logging
1616

17-
from pytest_bdd import given, scenarios, when
17+
from pytest_bdd import given, scenarios
1818

1919
# Import the scenario from the feature file
2020
scenarios("../features/doc_string_parameters.feature")

0 commit comments

Comments
 (0)