Remove unused imports of requests

This was the objective, really.

Contributes to issue CURA-8539.
This commit is contained in:
Ghostkeeper 2021-11-19 16:25:50 +01:00
parent acbbf83510
commit 9b55ae6dda
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 0 additions and 2 deletions

View file

@ -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

View file

@ -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