Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaFaer committed Jan 30, 2024
1 parent 95c9f27 commit 3724f02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dlt/common/storages/fsspec_filesystem.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,5 +302,5 @@ def glob_files(
mime_type=mime_type,
encoding=encoding,
modification_date=MTIME_DISPATCH[bucket_url_parsed.scheme](md),
size_in_bytes=size,
size_in_bytes=int(md["size"]),
)

0 comments on commit 3724f02

Please sign in to comment.