Skip to content

Commit eb55a9b

Browse files
committed
Finish removing deprecation warning
1 parent 02f748e commit eb55a9b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tap/tap.py

-6
Original file line numberDiff line numberDiff line change
@@ -333,12 +333,6 @@ def _configure(self) -> None:
333333
# Call the user-defined configuration
334334
self.configure()
335335

336-
# Support the previous add_arguments interface with a deprecation warning
337-
if self.__class__.add_arguments != Tap.add_arguments:
338-
warn('add_arguments is deprecated and will be removed on January 1st, 2021'
339-
' please override "configure" instead and call add_argument there. ')
340-
self.add_arguments()
341-
342336
# Add arguments to self
343337
self._add_arguments()
344338

0 commit comments

Comments
 (0)