Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanyang0528 committed May 25, 2020
1 parent 4977fbd commit ac49441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awswrangler/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def size_objects(
path=path, wait_time=wait_time, use_threads=use_threads, boto3_session=boto3_session
)
size_dict: Dict[str, Optional[int]] = {k: d.get("ContentLength", None) for k, d in desc_list.items()}
return size_dictg
return size_dict


def to_csv( # pylint: disable=too-many-arguments
Expand Down

0 comments on commit ac49441

Please sign in to comment.