Skip to content

Commit

Permalink
Merge pull request #414 from machow/deprecate-metahook
Browse files Browse the repository at this point in the history
chore: deprecation warning in metahook
  • Loading branch information
machow authored Apr 3, 2022
2 parents e24e69f + 7bf89df commit 3a52f5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions siuba/meta_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,16 @@
import importlib
from types import ModuleType
import sys
import warnings

from functools import wraps
import pdb
import readline

warnings.warn(
"The siuba.meta_hook module is DEPRECATED and will be removed in a future release."
)




Expand Down

0 comments on commit 3a52f5f

Please sign in to comment.