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:
Ghostkeeper 2021-11-22 19:08:17 +01:00
parent 3f92b46ac8
commit 677b64f068
No known key found for this signature in database
GPG Key ID: D2A8871EE34EC59A

View File

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