Skip to content

Commit 7e8c88d

Browse files
pre-commit-ci[bot]allrob23
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5d8e1b6 commit 7e8c88d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/io/parsers/c_parser_wrapper.py

-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,6 @@ def read(
260260
columns = _filter_usecols(self.usecols, columns)
261261
columns_set = set(columns)
262262

263-
264263
col_dict = {k: v for k, v in col_dict.items() if k in columns_set}
265264

266265
return index, columns, col_dict

0 commit comments

Comments
 (0)