mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove old test code from renderables/blank.py
This is covered in unit tests these days.
This commit is contained in:
@@ -25,9 +25,3 @@ class Blank:
|
||||
for _ in range(height):
|
||||
yield segment
|
||||
yield line
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
from rich import print
|
||||
|
||||
print(Blank("red"))
|
||||
|
||||
Reference in New Issue
Block a user