Skip to content

Commit d88e656

Browse files
committed
fix PEP 8 issues
1 parent 9808f3e commit d88e656

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
@@ -1394,7 +1394,7 @@ def __init__(self, kwds):
13941394
date_parser=self.date_parser,
13951395
dayfirst=self.dayfirst,
13961396
infer_datetime_format=self.infer_datetime_format,
1397-
cache_dates = self.cache_dates
1397+
cache_dates=self.cache_dates
13981398
)
13991399

14001400
# validate header options for mi

0 commit comments

Comments
 (0)