Skip to content

Commit 1bc8bdb

Browse files
committed
Fixed previous build (import error)
1 parent dc850a6 commit 1bc8bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_steps/steps_harvest.py

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

66
from pytest_steps.steps import TEST_STEP_ARGNAME_DEFAULT
77
from pytest_steps.steps_generator import GENERATOR_MODE_STEP_ARGNAME
8-
from steps_common import remove_param_from_pytest_node_str_id
8+
from pytest_steps.steps_common import remove_param_from_pytest_node_str_id
99

1010
try: # python 3.5+
1111
from typing import Union, Iterable, Mapping, Any

0 commit comments

Comments
 (0)