aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_models.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pandora/test_models.py')
-rw-r--r--tests/test_pandora/test_models.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pandora/test_models.py b/tests/test_pandora/test_models.py
index 13ca366..8e0e0b5 100644
--- a/tests/test_pandora/test_models.py
+++ b/tests/test_pandora/test_models.py
@@ -5,7 +5,7 @@ from unittest.mock import Mock, patch
5from pandora.client import APIClient 5from pandora.client import APIClient
6from pandora.errors import ParameterMissing 6from pandora.errors import ParameterMissing
7 7
8import pandora.models as m 8import pandora.models._base as m
9import pandora.models.pandora as pm 9import pandora.models.pandora as pm
10 10
11 11