Skip to content

Commit

Permalink
Merge branch 'main' into fix/GenericApiActionNoContentResponse
Browse files Browse the repository at this point in the history
  • Loading branch information
squioc authored Jun 11, 2024
2 parents 216f535 + d8c8814 commit a945855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sekoia_automation/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __init__(self):
self._configuration: dict | BaseModel | None = None
self._manifest: dict | None = None
self._community_uuid: str | None = None
self._items: dict[str, type["ModuleItem"]] = {}
self._items: dict[str, type[ModuleItem]] = {}
self._playbook_uuid: str | None = None
self._playbook_run_uuid: str | None = None
self._node_run_uuid: str | None = None
Expand Down

0 comments on commit a945855

Please sign in to comment.