mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 21:58:01 -06:00
Remove unnecessary import
We're not using this library any more now. Not even in the tests. Contributes to issue CURA-8539.
This commit is contained in:
parent
3f92b46ac8
commit
677b64f068
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# Copyright (c) 2021 Ultimaker B.V.
|
||||
# Cura is released under the terms of the LGPLv3 or higher.
|
||||
|
||||
from datetime import datetime
|
||||
from unittest.mock import MagicMock, Mock, patch
|
||||
|
||||
import requests
|
||||
|
||||
from PyQt5.QtGui import QDesktopServices
|
||||
from PyQt5.QtNetwork import QNetworkReply
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue