Skip to content

Commit

Permalink
Black
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Oct 13, 2023
1 parent c6f8cd4 commit 90d6658
Show file tree
Hide file tree
Showing 8 changed files with 623 additions and 510 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
- Fix a bug affecting cloudpickle when non-modules objects are added into
sys.modules
([PR #326](https://github.com/cloudpipe/cloudpickle/pull/326)).

- Fix a regression in cloudpickle and python3.8 causing an error when trying to
pickle property objects.
([PR #329](https://github.com/cloudpipe/cloudpickle/pull/329)).
Expand Down
5 changes: 4 additions & 1 deletion cloudpickle/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
from cloudpickle.cloudpickle import * # noqa
from . import cloudpickle
from .cloudpickle import * # noqa

__doc__ = cloudpickle.__doc__

__version__ = "3.0.0.dev0"

Expand Down
Loading

0 comments on commit 90d6658

Please sign in to comment.