Skip to content

Commit 1f54d86

Browse files
committed
Black formatting
1 parent a9c35cb commit 1f54d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data_prototype/introspection.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class VisEdge:
3434

3535

3636
def _position_subgraph(
37-
subgraph: tuple(set[str], list[Edge])
37+
subgraph: tuple(set[str], list[Edge]),
3838
) -> tuple[list[VisNode], list[VisEdge]]:
3939
# Build graph
4040
nodes: list[VisNode] = []

0 commit comments

Comments
 (0)