aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/git_data/commits.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/requests/git_data/commits.py')
-rw-r--r--pygithub3/requests/git_data/commits.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/requests/git_data/commits.py b/pygithub3/requests/git_data/commits.py
index caf1e7d..a26e07d 100644
--- a/pygithub3/requests/git_data/commits.py
+++ b/pygithub3/requests/git_data/commits.py
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
from pygithub3.requests.base import Request
-from pygithub3.resources.git_data import Commit
+from pygithub3.resources.repos import Commit
class Get(Request):