Skip to content

Commit

Permalink
Appease ruff/linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ESultanik committed Nov 20, 2023
1 parent 59653be commit e066645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fickling/pickle.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import warnings

from fickling.fickle import *
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!",
Expand Down

0 comments on commit e066645

Please sign in to comment.