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/API
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2019-11-08 15:38:42 +0300
committerJaime van Kessel <nallath@gmail.com>2019-11-08 15:38:42 +0300
commit00078fd65939ac2e089099c733228374d71b1cc1 (patch)
tree5d9cb079ebfc316cea9e7a4e2bea5d5b51fda89a /tests/API
parentc22281ad9c4815deb90be215a7e775209b6df288 (diff)
Remove a bunch of unused imports
Diffstat (limited to 'tests/API')
-rw-r--r--tests/API/TestAccount.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/API/TestAccount.py b/tests/API/TestAccount.py
index fd3d5aea55..d2708638cb 100644
--- a/tests/API/TestAccount.py
+++ b/tests/API/TestAccount.py
@@ -1,9 +1,8 @@
-from unittest.mock import MagicMock, patch, PropertyMock
+from unittest.mock import MagicMock
import pytest
-from cura.API import CuraAPI, Account
-from cura.OAuth2.AuthorizationService import AuthorizationService
+from cura.API import Account
from cura.OAuth2.Models import UserProfile