Skip to content

Commit 599123d

Browse files
committed
💄 update coding style
1 parent 3b2da5b commit 599123d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_writer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def test_write_book(self):
1717
writer = xlsx.XLSXWriter(self.testfile, "xlsx")
1818
writer.write(self.content)
1919
writer.close()
20-
reader = xls.XLSBook()
2120
content = get_data(self.testfile)
2221
for key in content.keys():
2322
content[key] = list(content[key])

0 commit comments

Comments
 (0)