We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b2da5b commit 599123dCopy full SHA for 599123d
tests/test_writer.py
@@ -17,7 +17,6 @@ def test_write_book(self):
17
writer = xlsx.XLSXWriter(self.testfile, "xlsx")
18
writer.write(self.content)
19
writer.close()
20
- reader = xls.XLSBook()
21
content = get_data(self.testfile)
22
for key in content.keys():
23
content[key] = list(content[key])
0 commit comments