Skip to content

Commit

Permalink
small typing fix
Browse files Browse the repository at this point in the history
robamu committed Oct 31, 2024

Verified

This commit was signed with the committer’s verified signature.
robamu Robin Mueller
1 parent 05a9fbc commit 3bc44f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cfdppy/handler/source.py
Original file line number Diff line number Diff line change
@@ -292,7 +292,7 @@ def progress(self) -> int:
return self._params.fp.progress

@property
def file_size(self) -> int:
def file_size(self) -> Optional[int]:
return self._params.fp.file_size

def get_put_request(self) -> Optional[PutRequest]:

0 comments on commit 3bc44f6

Please sign in to comment.