mirror of https://github.com/Textualize/rich.git
The blackening
This commit is contained in:
parent
62716095e0
commit
ae531daad1
|
@ -71,7 +71,9 @@ if __name__ == "__main__": # pragma: no cover
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
for title_justify, caption_justify in itertools.product([None, "left", "center", "right"], repeat=2):
|
for title_justify, caption_justify in itertools.product(
|
||||||
|
[None, "left", "center", "right"], repeat=2
|
||||||
|
):
|
||||||
print()
|
print()
|
||||||
print((title_justify, caption_justify))
|
print((title_justify, caption_justify))
|
||||||
test(20.3423, 3.1427, title_justify, caption_justify)
|
test(20.3423, 3.1427, title_justify, caption_justify)
|
||||||
|
|
Loading…
Reference in New Issue