mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 21:28:58 +08:00
Remove unused imports of requests
This was the objective, really. Contributes to issue CURA-8539.
This commit is contained in:
parent
acbbf83510
commit
9b55ae6dda
@ -8,7 +8,6 @@ from PyQt5.QtNetwork import QNetworkReply
|
|||||||
import secrets
|
import secrets
|
||||||
from threading import Lock
|
from threading import Lock
|
||||||
from typing import Callable, Optional
|
from typing import Callable, Optional
|
||||||
import requests
|
|
||||||
import urllib.parse
|
import urllib.parse
|
||||||
|
|
||||||
from UM.i18n import i18nCatalog
|
from UM.i18n import i18nCatalog
|
||||||
|
@ -6,7 +6,6 @@ from datetime import datetime, timedelta
|
|||||||
from typing import Callable, Dict, Optional, TYPE_CHECKING
|
from typing import Callable, Dict, Optional, TYPE_CHECKING
|
||||||
from urllib.parse import urlencode, quote_plus
|
from urllib.parse import urlencode, quote_plus
|
||||||
|
|
||||||
import requests.exceptions
|
|
||||||
from PyQt5.QtCore import QUrl
|
from PyQt5.QtCore import QUrl
|
||||||
from PyQt5.QtGui import QDesktopServices
|
from PyQt5.QtGui import QDesktopServices
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user