mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:35:58 +08:00
Fix typing
CURA-6013
This commit is contained in:
parent
901c19e270
commit
3225512851
@ -49,7 +49,7 @@ class Toolbox(QObject, Extension):
|
||||
self._download_progress = 0 # type: float
|
||||
self._is_downloading = False # type: bool
|
||||
self._network_manager = None # type: Optional[QNetworkAccessManager]
|
||||
self._request_headers = [] # type: List[Tuple(bytes, bytes)]
|
||||
self._request_headers = [] # type: List[Tuple[bytes, bytes]]
|
||||
self._updateRequestHeader()
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user