mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27: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
|
@ -6,7 +6,6 @@ from datetime import datetime, timedelta
|
|||
from typing import Callable, Dict, Optional, TYPE_CHECKING
|
||||
from urllib.parse import urlencode, quote_plus
|
||||
|
||||
import requests.exceptions
|
||||
from PyQt5.QtCore import QUrl
|
||||
from PyQt5.QtGui import QDesktopServices
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue