aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_clientbuilder.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pandora/test_clientbuilder.py')
-rw-r--r--tests/test_pandora/test_clientbuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pandora/test_clientbuilder.py b/tests/test_pandora/test_clientbuilder.py
index 0105c09..af0e219 100644
--- a/tests/test_pandora/test_clientbuilder.py
+++ b/tests/test_pandora/test_clientbuilder.py
@@ -1,8 +1,8 @@
1import os 1import os
2from unittest import TestCase 2from unittest import TestCase
3from unittest.mock import Mock
3 4
4import pandora.clientbuilder as cb 5import pandora.clientbuilder as cb
5from pandora.py2compat import Mock
6from pandora.client import APIClient 6from pandora.client import APIClient
7from pandora.transport import DEFAULT_API_HOST 7from pandora.transport import DEFAULT_API_HOST
8 8