Skip to content

Commit

Permalink
Finish removing deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
swansonk14 committed Mar 6, 2023
1 parent 02f748e commit eb55a9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tap/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,12 +333,6 @@ def _configure(self) -> None:
# Call the user-defined configuration
self.configure()

# Support the previous add_arguments interface with a deprecation warning
if self.__class__.add_arguments != Tap.add_arguments:
warn('add_arguments is deprecated and will be removed on January 1st, 2021'
' please override "configure" instead and call add_argument there. ')
self.add_arguments()

# Add arguments to self
self._add_arguments()

Expand Down

0 comments on commit eb55a9b

Please sign in to comment.