mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
remove superfluouse instance
This commit is contained in:
@@ -46,7 +46,6 @@ def test_read():
|
||||
test_data = "Where there is a Will there is a way!"
|
||||
|
||||
for read_size in range(1, len(test_data) + 1):
|
||||
test_parser = TestParser(read_size)
|
||||
for size in range(1, len(test_data) + 1):
|
||||
test_parser = TestParser(read_size)
|
||||
data = []
|
||||
|
||||
Reference in New Issue
Block a user