Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
GaelVaroquaux committed Feb 4, 2022
1 parent 2e41e7f commit d87e620
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions joblib/_cloudpickle_wrapper.py
Expand Up @@ -6,6 +6,7 @@

from ._multiprocessing_helpers import mp


def my_wrap_non_picklable_objects(obj, keep_wrapper=True):
return obj

Expand Down
1 change: 1 addition & 0 deletions joblib/test/test_cloudpickle_wrapper.py
Expand Up @@ -6,6 +6,7 @@
from .._cloudpickle_wrapper import wrap_non_picklable_objects
from .._cloudpickle_wrapper import my_wrap_non_picklable_objects


def a_function(x):
return x

Expand Down

0 comments on commit d87e620

Please sign in to comment.