We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02f748e commit eb55a9bCopy full SHA for eb55a9b
tap/tap.py
@@ -333,12 +333,6 @@ def _configure(self) -> None:
333
# Call the user-defined configuration
334
self.configure()
335
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
-
342
# Add arguments to self
343
self._add_arguments()
344
0 commit comments