diff options
Diffstat (limited to 'pygithub3/tests/core/test_client.py')
-rw-r--r-- | pygithub3/tests/core/test_client.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/tests/core/test_client.py b/pygithub3/tests/core/test_client.py index 57051e2..c4227fa 100644 --- a/pygithub3/tests/core/test_client.py +++ b/pygithub3/tests/core/test_client.py @@ -5,7 +5,7 @@ from unittest import TestCase import requests from pygithub3.core.client import Client -from pygithub3.exceptions import * +from pygithub3.exceptions import NotFound, BadRequest, UnprocessableEntity from mock import patch |