Skip to content

Commit

Permalink
Fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
sharevb committed Oct 25, 2023
1 parent 7dd7d7b commit 27326fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transferwee.py
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ def _md5(file: str) -> str:
return h.hexdigest()


def _storm_prepare_item(file: str) -> Dict[str, List[Union[int, str]]]:
def _storm_prepare_item(file: str) -> List[Dict[str, Any]]:
"""Given a file, prepare the block for blocks dictionary.
Return a dictionary with "content_length" and "content_md5_hex" keys.
Expand Down

0 comments on commit 27326fd

Please sign in to comment.