mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove old test code from renderables/gradient.py
This isn't currently covered in unit tests but should be at some point? Either way, having a test in dead code in the library doesn't help much any more.
This commit is contained in:
@@ -36,9 +36,3 @@ class VerticalGradient:
|
||||
),
|
||||
)
|
||||
yield Segment(f"{width * ' '}\n", line_color)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from rich import print
|
||||
|
||||
print(VerticalGradient("red", "blue"))
|
||||
|
||||
Reference in New Issue
Block a user