Skip to content

Commit 7ff1247

Browse files
committed
Inheret from object for TestCompressedUrl
1 parent 30e1caf commit 7ff1247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/tests/parser/test_network.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from pandas.io.parsers import read_csv, read_table
1515

1616

17-
class TestCompressedUrl:
17+
class TestCompressedUrl(object):
1818

1919
compression_to_extension = {
2020
'gzip': '.gz',

0 commit comments

Comments
 (0)