Skip to content

Commit 11bd98a

Browse files
fix black
1 parent 8cd5b0a commit 11bd98a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tensorcircuit/quantum.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def _reachable(nodes: List[AbstractNode]) -> List[AbstractNode]:
7575

7676

7777
def reachable(
78-
inputs: Union[AbstractNode, Iterable[AbstractNode], Edge, Iterable[Edge]]
78+
inputs: Union[AbstractNode, Iterable[AbstractNode], Edge, Iterable[Edge]],
7979
) -> List[AbstractNode]:
8080
"""Computes all nodes reachable from `node` or `edge.node1` by connected edges.
8181

0 commit comments

Comments
 (0)