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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pandora/test_client.py b/tests/test_pandora/test_client.py
index d24ea28..5bd200c 100644
--- a/tests/test_pandora/test_client.py
+++ b/tests/test_pandora/test_client.py
@@ -1,9 +1,9 @@
1from unittest import TestCase 1from unittest import TestCase
2from unittest.mock import Mock, call, patch
2 3
3from pandora import errors 4from pandora import errors
4from pandora.models.pandora import AdItem, AdditionalAudioUrl 5from pandora.models.pandora import AdItem, AdditionalAudioUrl
5from pandora.client import APIClient, BaseAPIClient 6from pandora.client import APIClient, BaseAPIClient
6from pandora.py2compat import Mock, call, patch
7from tests.test_pandora.test_models import TestAdItem 7from tests.test_pandora.test_models import TestAdItem
8 8
9 9