mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Fix typing
CURA-6013
This commit is contained in:
parent
901c19e270
commit
3225512851
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue