Skip to content

Commit

Permalink
fix mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
coastalwhite committed Sep 8, 2024
1 parent 5daebe4 commit 393e589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py-polars/polars/io/ndjson.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def read_ndjson(
return df

return scan_ndjson(
source, # type: ignore[arg-type]
source,
schema=schema,
schema_overrides=schema_overrides,
infer_schema_length=infer_schema_length,
Expand Down

0 comments on commit 393e589

Please sign in to comment.