Update Python packages and pre-commit hooks (#31003)

* Update Python packages and pre-commit hooks

* fix

---------

Co-authored-by: jnewb1 <jnewb1@users.noreply.github.com>
old-commit-hash: a8afaf39d4d8c1b1b2b4070441d05aed14f982f5
This commit is contained in:
Adeeb Shihadeh
2024-01-15 10:34:25 -08:00
committed by GitHub
parent 95e234b724
commit e9e1d4559b
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ class UploadItem:
url: str
headers: Dict[str, str]
created_at: int
id: Optional[str] # noqa: A003 (to match the response from the remote server)
id: Optional[str]
retry_count: int = 0
current: bool = False
progress: float = 0