remove superfluouse instance

This commit is contained in:
Will McGugan
2022-04-26 15:26:37 +01:00
parent 8a7d52156c
commit e0b80dd3d6

View File

@@ -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 = []