Remove old test code from renderables/blank.py

This is covered in unit tests these days.
This commit is contained in:
Dave Pearson
2022-11-17 10:56:27 +00:00
parent f40c0bf3d0
commit 33eefd56cf

View File

@@ -25,9 +25,3 @@ class Blank:
for _ in range(height):
yield segment
yield line
if __name__ == "__main__":
from rich import print
print(Blank("red"))