Skip to content

Commit

Permalink
fix(Linting): the last version of ruff desapproves quotes for type an…
Browse files Browse the repository at this point in the history
…notation
  • Loading branch information
squioc committed Jun 4, 2024
1 parent 94fab9e commit 9347425
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 9347425

Please sign in to comment.