Skip to content

Commit

Permalink
FIX missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
tomMoral committed Feb 8, 2022
1 parent 556d431 commit 277ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion joblib/test/test_parallel.py
Expand Up @@ -29,7 +29,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 277ae3b

Please sign in to comment.