Skip to content

Commit 1d78b88

Browse files
authored
Remove CommandBase check (#60)
1 parent 6dd95d7 commit 1d78b88

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: commands2/__init__.py

-6
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,4 @@ def __getattr__(attr):
8585
)
8686
return Subsystem
8787

88-
if attr == "CommandBase":
89-
import warnings
90-
91-
warnings.warn("CommandBase is deprecated", DeprecationWarning, stacklevel=2)
92-
return Command
93-
9488
raise AttributeError(f"module {__name__!r} has no attribute {attr!r}")

0 commit comments

Comments
 (0)