Skip to content

Commit

Permalink
removes extra **kwargs
Browse files Browse the repository at this point in the history
  • Loading branch information
BWMac committed Sep 24, 2024
1 parent ffc6ac8 commit 46995cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion synapseclient/table.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ def _csv_to_pandas_df(
"escapechar": escape_char,
"header": 0 if contain_headers else None,
"skiprows": lines_to_skip,
**kwargs,
}
pandas_args.update(kwargs)

Expand Down

0 comments on commit 46995cb

Please sign in to comment.