Skip to content

Commit

Permalink
Merge pull request #124 from SEKOIA-IO/fix/FixLinting
Browse files Browse the repository at this point in the history
Linting:  Fix issue with ruff
  • Loading branch information
squioc authored Jun 11, 2024
2 parents 94fab9e + 9347425 commit d8c8814
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 d8c8814

Please sign in to comment.