Skip to content

Commit 22663e8

Browse files
committed
fix pep8
1 parent c1449f5 commit 22663e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ def test_compression(self, engine, compression):
283283
self.check_round_trip(df, engine, compression=compression)
284284

285285
def test_read_columns(self, engine, fp):
286-
#GH18154
286+
# GH18154
287287
df = pd.DataFrame({'string': list('abc'),
288288
'int': list(range(1, 4))})
289289

0 commit comments

Comments
 (0)