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