Skip to content

Commit

Permalink
🎨 pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Mar 1, 2025
1 parent 73a72ca commit 0f283bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/mqt/qmap/subarchitectures.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ def from_retworkx_graph(cls, graph: Graph) -> SubarchitectureOrder:
so = SubarchitectureOrder()
so.arch = graph

so.__compute_subarchs() # noqa: SLF001
so.__compute_subarch_order() # noqa: SLF001
so.__compute_desirable_subarchitectures() # noqa: SLF001
so.__compute_subarchs()
so.__compute_subarch_order()
so.__compute_desirable_subarchitectures()
return so

@classmethod
Expand Down

0 comments on commit 0f283bc

Please sign in to comment.