Skip to content

Commit

Permalink
fix formatting (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zac-HD committed Jan 10, 2024
1 parent f4b6a87 commit 50a3c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/cover/test_searchstrategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
from collections import defaultdict, namedtuple

import attr
from hypothesis.internal.reflection import get_pretty_function_description
import pytest

from hypothesis.errors import InvalidArgument
from hypothesis.internal.conjecture.data import ConjectureData
from hypothesis.internal.reflection import get_pretty_function_description
from hypothesis.strategies import booleans, integers, just, none, tuples
from hypothesis.strategies._internal.utils import to_jsonable

Expand Down

0 comments on commit 50a3c8f

Please sign in to comment.