aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/tests/services/test_repos.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/tests/services/test_repos.py')
-rw-r--r--pygithub3/tests/services/test_repos.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/pygithub3/tests/services/test_repos.py b/pygithub3/tests/services/test_repos.py
index f8414d5..963e12a 100644
--- a/pygithub3/tests/services/test_repos.py
+++ b/pygithub3/tests/services/test_repos.py
@@ -8,8 +8,9 @@ from mock import patch, Mock
from pygithub3.services.repos import Repo, Collaborator, Commits
from pygithub3.resources.base import json
-from pygithub3.tests.utils.base import mock_response, mock_response_result
-from pygithub3.tests.utils.services import _, mock_json
+from pygithub3.tests.utils.base import (mock_response, mock_response_result,
+ mock_json)
+from pygithub3.tests.utils.services import _
json.dumps = Mock(side_effect=mock_json)
json.loads = Mock(side_effect=mock_json)