Skip to content

Commit

Permalink
Restore fickling.pickle with deprecation warning for legacy
Browse files Browse the repository at this point in the history
  • Loading branch information
Boyan-MILANOV committed Dec 15, 2023
1 parent b9c574f commit 0b3b201
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fickling/pickle.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import warnings

from fickling.fickle import * # noqa: F403

warnings.warn("As of version 0.0.8, `fickling.pickle` has been renamed `fickling.fickle`. "
"The `fickling.pickle` module will be removed in a future release!",
DeprecationWarning, stacklevel=2)

0 comments on commit 0b3b201

Please sign in to comment.