diff options
Diffstat (limited to 'automato/command/__init__.py')
-rw-r--r-- | automato/command/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/automato/command/__init__.py b/automato/command/__init__.py index ea8edca..8b9e8c4 100644 --- a/automato/command/__init__.py +++ b/automato/command/__init__.py @@ -13,7 +13,7 @@ MUST implement: execute(self, **kwargs) CAN implement: - _init(self, ...) + _init(self, transport, ...) SHOULDNT implement: __init__(self, endpoint_info: dict, **kwargs): |