We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd95d7 commit 1d78b88Copy full SHA for 1d78b88
commands2/__init__.py
@@ -85,10 +85,4 @@ def __getattr__(attr):
85
)
86
return Subsystem
87
88
- if attr == "CommandBase":
89
- import warnings
90
-
91
- warnings.warn("CommandBase is deprecated", DeprecationWarning, stacklevel=2)
92
- return Command
93
94
raise AttributeError(f"module {__name__!r} has no attribute {attr!r}")
0 commit comments