Skip to content

Commit 99490c1

Browse files
JensHeinrichJensHeinrich
authored andcommitted
Fix indent
1 parent cbad1a1 commit 99490c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hypothesis-python/src/hypothesis/extra/ghostwriter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -598,8 +598,8 @@ def _imports_for_strategy(strategy):
598598
# error or invalid syntax, import that type and we're done.
599599
if isinstance(strategy, LazyStrategy):
600600
if strategy.function.__name__ in (
601-
st.from_type.__name__,
602-
st.from_regex.__name__,
601+
st.from_type.__name__,
602+
st.from_regex.__name__,
603603
):
604604
return {
605605
imp

0 commit comments

Comments
 (0)