Skip to content

Commit a407c94

Browse files
committed
fix PEP 8 issues
1 parent eb70d39 commit a407c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parsers.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1400,7 +1400,7 @@ def __init__(self, kwds):
14001400
date_parser=self.date_parser,
14011401
dayfirst=self.dayfirst,
14021402
infer_datetime_format=self.infer_datetime_format,
1403-
cache_dates = self.cache_dates
1403+
cache_dates=self.cache_dates
14041404
)
14051405

14061406
# validate header options for mi

0 commit comments

Comments
 (0)