blacken python scripts

This commit is contained in:
queue-miscreant 2025-07-19 19:55:08 -05:00
parent 6cde000ea0
commit 88f0d0017d
4 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,8 @@ def display_integral_root(
+ ")^{" + ")^{"
+ str(multiplicity) + str(multiplicity)
# pad multiplicity # pad multiplicity
+ (("\\phantom{" + ("0" * (pad_to - len(str(multiplicity))) + "}")) + (
("\\phantom{" + ("0" * (pad_to - len(str(multiplicity))) + "}"))
if pad_to is not None and len(str(multiplicity)) < pad_to if pad_to is not None and len(str(multiplicity)) < pad_to
else "" else ""
) )

View File

@ -73,7 +73,7 @@ data = {
(20, 49), (20, 49),
(28, 1), (28, 1),
] ]
) ),
), ),
} }

View File

@ -93,8 +93,7 @@ data = {
), ),
), ),
8: GraphData( 8: GraphData(
vertex_count=40320, vertex_count=40320, spectrum=SymmetricSpectrum([], not_shown_count=40320)
spectrum=SymmetricSpectrum([], not_shown_count=40320)
), ),
} }

View File

@ -78,7 +78,7 @@ data = {
(6, 42), (6, 42),
(7, 1), (7, 1),
] ]
) ),
), ),
} }