Skip to content

Commit

Permalink
FIX missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral authored and lesteve committed Sep 15, 2022
1 parent 16e1dd3 commit 728aea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joblib/test/test_parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from joblib.test.common import np, with_numpy
from joblib.test.common import with_multiprocessing
from joblib.testing import (parametrize, raises, check_subprocess_call,
skipif)
skipif, warns)

if mp is not None:
# Loky is not available if multiprocessing is not
Expand Down

0 comments on commit 728aea3

Please sign in to comment.