diff options
Diffstat (limited to 'pygithub3/requests/repos/__init__.py')
-rw-r--r-- | pygithub3/requests/repos/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/repos/__init__.py b/pygithub3/requests/repos/__init__.py index 5c7785a..cd920fe 100644 --- a/pygithub3/requests/repos/__init__.py +++ b/pygithub3/requests/repos/__init__.py @@ -1,6 +1,6 @@ # -*- encoding: utf-8 -*- -from ..base import Request, ValidationError +from pygithub3.requests.base import Request, ValidationError from pygithub3.resources.users import User from pygithub3.resources.repos import Repo, Team, Tag, Branch |