Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGhostkeeper <rubend@tutanota.com>2021-11-22 21:08:17 +0300
committerGhostkeeper <rubend@tutanota.com>2021-11-22 21:08:17 +0300
commit677b64f06877df9d60d86413b8ccbacd40090931 (patch)
treef0833ef2a345d4d3764514afc2fc60dbacb0a634 /tests
parent3f92b46ac8fad124aeff09abec65a8a3402bd7a3 (diff)
Remove unnecessary import
We're not using this library any more now. Not even in the tests. Contributes to issue CURA-8539.
Diffstat (limited to 'tests')
-rw-r--r--tests/TestOAuth2.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/TestOAuth2.py b/tests/TestOAuth2.py
index cc6dc175f1..7d0a4bc5c4 100644
--- a/tests/TestOAuth2.py
+++ b/tests/TestOAuth2.py
@@ -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