blacken python scripts
This commit is contained in:
parent
6cde000ea0
commit
88f0d0017d
@ -14,7 +14,8 @@ def display_integral_root(
|
||||
+ ")^{"
|
||||
+ str(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
|
||||
else ""
|
||||
)
|
||||
|
||||
@ -73,7 +73,7 @@ data = {
|
||||
(20, 49),
|
||||
(28, 1),
|
||||
]
|
||||
)
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
@ -93,8 +93,7 @@ data = {
|
||||
),
|
||||
),
|
||||
8: GraphData(
|
||||
vertex_count=40320,
|
||||
spectrum=SymmetricSpectrum([], not_shown_count=40320)
|
||||
vertex_count=40320, spectrum=SymmetricSpectrum([], not_shown_count=40320)
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
@ -78,7 +78,7 @@ data = {
|
||||
(6, 42),
|
||||
(7, 1),
|
||||
]
|
||||
)
|
||||
),
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user