Skip to content

Commit c4ea3d3

Browse files
committed
STY: PEP8 fixes
1 parent f8a7900 commit c4ea3d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

pandas/io/common.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -249,8 +249,8 @@ def _infer_compression(filepath_or_buffer, compression):
249249
"""
250250
Get the compression method for filepath_or_buffer. If compression='infer',
251251
the inferred compression method is returned. Otherwise, the input
252-
compression method is returned unchanged, unless it's invalid, in which case
253-
an error is raised.
252+
compression method is returned unchanged, unless it's invalid, in which
253+
case an error is raised.
254254
255255
Parameters
256256
----------

pandas/io/tests/parser/compression.py

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
import nose
99

1010
import pandas.util.testing as tm
11-
from pandas import compat
1211

1312

1413
class CompressionTests(object):

0 commit comments

Comments
 (0)