mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
ruff format
This commit is contained in:
@@ -64,4 +64,4 @@ class CommandHandlers:
|
||||
return iter(self.command_handlers)
|
||||
|
||||
def __next__(self) -> CommandHandler:
|
||||
return next(iter(self.command_handlers))
|
||||
return next(iter(self.command_handlers))
|
||||
|
||||
Reference in New Issue
Block a user