Skip to content

Commit

Permalink
Add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Sep 30, 2023
1 parent 7d09caf commit af24ebc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ubelt/util_deprecate.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@

def schedule_deprecation(modname, name='?', type='?', migration='',
deprecate=None, error=None, remove=None,
# TODO: let the user have more control over the
# message.
# message=None,
warncls=DeprecationWarning, stacklevel=1):
"""
Deprecation machinery to help provide users with a smoother transition.
Expand Down

0 comments on commit af24ebc

Please sign in to comment.