Skip to content

Commit

Permalink
Remove CommandBase check (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty authored Apr 29, 2024
1 parent 6dd95d7 commit 1d78b88
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions commands2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,4 @@ def __getattr__(attr):
)
return Subsystem

if attr == "CommandBase":
import warnings

warnings.warn("CommandBase is deprecated", DeprecationWarning, stacklevel=2)
return Command

raise AttributeError(f"module {__name__!r} has no attribute {attr!r}")

0 comments on commit 1d78b88

Please sign in to comment.