We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bea667 commit 0f44e97Copy full SHA for 0f44e97
pandas/io/tests/parser/test_network.py
@@ -14,7 +14,7 @@
14
from pandas.io.parsers import read_csv, read_table
15
16
17
-class TestCompressedUrl:
+class TestCompressedUrl(object):
18
19
compression_to_extension = {
20
'gzip': '.gz',
0 commit comments