Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 2, 2024
1 parent 25c1aa1 commit dad8404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifestoo/commands/tree.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def key(addon_name: str) -> NodeKey:
return addon_name

def print(self, odoo_series: OdooSeries, fold_core_addons: bool) -> None:
seen: Set["Node"] = set()
seen: Set[Node] = set()

def _print(indent: List[str], node: Node) -> None:
# inspired by https://stackoverflow.com/a/59109706
Expand Down

0 comments on commit dad8404

Please sign in to comment.