Skip to content

Commit

Permalink
add type ignore to session
Browse files Browse the repository at this point in the history
  • Loading branch information
Genesis929 committed Dec 18, 2023
1 parent 9fe0fe0 commit 0dec2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigframes/session/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ def read_csv(
header=header,
names=names,
index_col=index_col,
usecols=usecols,
usecols=usecols, # type: ignore
dtype=dtype,
engine=engine,
encoding=encoding,
Expand Down

0 comments on commit 0dec2b0

Please sign in to comment.