summaryrefslogtreecommitdiff
path: root/tests/test_ute.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ute.py')
-rw-r--r--tests/test_ute.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_ute.py b/tests/test_ute.py
index 5469da2..9e33b38 100644
--- a/tests/test_ute.py
+++ b/tests/test_ute.py
@@ -6,7 +6,7 @@ import pytest
import requests
from pytest_mock import MockerFixture
-from src.ute_wrapper.ute import (
+from src.ute_wrapper.exceptions import (
InvalidPlanException,
InvalidPowerFactorException,
MultipleDevicesException,
@@ -14,8 +14,8 @@ from src.ute_wrapper.ute import (
ReadingResponseInvalidException,
TariffException,
UnsupportedMethodException,
- UTEClient,
)
+from src.ute_wrapper.ute import UTEClient
@pytest.fixture