From 677b64f06877df9d60d86413b8ccbacd40090931 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Mon, 22 Nov 2021 19:08:17 +0100 Subject: [PATCH] Remove unnecessary import We're not using this library any more now. Not even in the tests. Contributes to issue CURA-8539. --- tests/TestOAuth2.py | 5 +++-- 1 file 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