Skip to content

Commit 49ce701

Browse files
committed
black reformat
1 parent 8b0ff21 commit 49ce701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hal/placing/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
def robust_unique_grid_positions(
14-
pos: Dict[object, Tuple[float, float]]
14+
pos: Dict[object, Tuple[float, float]],
1515
) -> Dict[object, Tuple[int, int]]:
1616
"""
1717
Two-phase approach: place non-conflicting nodes first,

0 commit comments

Comments
 (0)