We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e1caf commit 7ff1247Copy full SHA for 7ff1247
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