Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wjones127 committed Jun 26, 2023
1 parent f3e37dd commit c8e7a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/deltalake/writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def visitor(written_file: Any) -> None:
if PYARROW_MAJOR_VERSION >= 9:
size = written_file.size
else:
size = filesystem.get_file_info([path])[0].size # type: ignore
size = filesystem.get_file_info([path])[0].size

add_actions.append(
AddAction(
Expand Down

0 comments on commit c8e7a55

Please sign in to comment.