Skip to content

Commit 456f787

Browse files
committed
Drop unused import of xdist
Added in a4debd6 unnecessarily.
1 parent e00b782 commit 456f787

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/pytest_randomly/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@
1818
else:
1919
from importlib.metadata import entry_points
2020

21-
try:
22-
import xdist
23-
except ImportError: # pragma: no cover
24-
xdist = None
25-
2621
# factory-boy
2722
try:
2823
from factory.random import set_random_state as factory_set_random_state

0 commit comments

Comments
 (0)