Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update command.py
Browse files Browse the repository at this point in the history
  • Loading branch information
JeelDobariya38 committed Jan 10, 2024
1 parent 6442eda commit b1ff8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SmartManager/App/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class CommandInterface(ABC):
hint: str = "Command class for Controlling other commands.."

@abstractmethod
def convert_to_command(self, textrepr: str) -> CommandInterface:
def convert_to_command(self, textrepr: str):
pass

@abstractmethod
Expand Down

0 comments on commit b1ff8be

Please sign in to comment.