Skip to content

Commit d00d222

Browse files
committed
fix flake8
1 parent 8c247c2 commit d00d222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def to_parquet(df, path, engine='auto', compression='snappy', **kwargs):
178178
return impl.write(df, path, compression=compression)
179179

180180

181-
def read_parquet(path, engine='auto', columns=None, **kwargs):
181+
def read_parquet(path, engine='auto', columns=None, **kwargs):
182182
"""
183183
Load a parquet object from the file path, returning a DataFrame.
184184

0 commit comments

Comments
 (0)