aboutsummaryrefslogtreecommitdiff
path: root/tests/test_pandora/test_transport.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_pandora/test_transport.py')
-rw-r--r--tests/test_pandora/test_transport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_pandora/test_transport.py b/tests/test_pandora/test_transport.py
index ff9c572..862a12f 100644
--- a/tests/test_pandora/test_transport.py
+++ b/tests/test_pandora/test_transport.py
@@ -4,7 +4,7 @@ import json
4import random 4import random
5import requests 5import requests
6from unittest import TestCase 6from unittest import TestCase
7from pandora.py2compat import Mock, call, patch 7from unittest.mock import Mock, call, patch
8 8
9from pandora.errors import InvalidAuthToken, PandoraException 9from pandora.errors import InvalidAuthToken, PandoraException
10from tests.test_pandora.test_clientbuilder import TestSettingsDictBuilder 10from tests.test_pandora.test_clientbuilder import TestSettingsDictBuilder