Skip to content

Commit

Permalink
chore: deprecation warning in metahook
Browse files Browse the repository at this point in the history
  • Loading branch information
machow committed Apr 3, 2022
1 parent e24e69f commit 7bf89df
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 7bf89df

Please sign in to comment.