Skip to content

Commit

Permalink
Inheret from object for TestCompressedUrl
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Dec 12, 2016
1 parent 30e1caf commit 7ff1247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/io/tests/parser/test_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from pandas.io.parsers import read_csv, read_table


class TestCompressedUrl:
class TestCompressedUrl(object):

compression_to_extension = {
'gzip': '.gz',
Expand Down

0 comments on commit 7ff1247

Please sign in to comment.