mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user