mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06: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
2 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue