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 901e072..9945bff 100644
--- a/tests/test_pandora/test_client.py
+++ b/tests/test_pandora/test_client.py
@@ -10,7 +10,7 @@ from tests.test_pandora.test_models import TestAdItem
10 10
11class TestAPIClientLogin(TestCase): 11class TestAPIClientLogin(TestCase):
12 12
13 class StubTransport(object): 13 class StubTransport:
14 14
15 API_VERSION = None 15 API_VERSION = None
16 16