This commit is contained in:
2025-05-21 13:32:45 +03:00
parent fd287c5da0
commit 33cb528b1d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ class Router:
)
@staticmethod
def _validate_command(command: Command | str) -> None:
def _validate_command(command: Command) -> None:
"""
Private. Validates the command registered in handler
:param command: validated command