aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pandora/test_client.py')
-rw-r--r--tests/test_pandora/test_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_pandora/test_client.py b/tests/test_pandora/test_client.py
index 5bd200c..901e072 100644
--- a/tests/test_pandora/test_client.py
+++ b/tests/test_pandora/test_client.py
@@ -2,7 +2,8 @@ from unittest import TestCase
2from unittest.mock import Mock, call, patch 2from unittest.mock import Mock, call, patch
3 3
4from pandora import errors 4from pandora import errors
5from pandora.models.pandora import AdItem, AdditionalAudioUrl 5from pandora.models.ad import AdItem
6from pandora.models.playlist import AdditionalAudioUrl
6from pandora.client import APIClient, BaseAPIClient 7from pandora.client import APIClient, BaseAPIClient
7from tests.test_pandora.test_models import TestAdItem 8from tests.test_pandora.test_models import TestAdItem
8 9