Skip to content

Commit 2de3ca1

Browse files
[FIX] Fixes regression in style checks.
Changes in file tests/test_fuzz.py: - cleaned up imports a little
1 parent 9dbe7e6 commit 2de3ca1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/test_fuzz.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@
4040
else:
4141
from context import multicast # pylint: disable=cyclic-import - skipcq: PYL-R0401
4242
from context import unittest
43-
from hypothesis import given, reproduce_failure, settings, strategies as st
43+
from hypothesis import given
44+
from hypothesis import settings
45+
from hypothesis import strategies as st
4446
from context import Process
4547
import random as _random
4648
except Exception as err:

0 commit comments

Comments
 (0)