aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/requests/repos/collaborators.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/requests/repos/collaborators.py')
-rw-r--r--pygithub3/requests/repos/collaborators.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/pygithub3/requests/repos/collaborators.py b/pygithub3/requests/repos/collaborators.py
index c4b5f79..068a9dc 100644
--- a/pygithub3/requests/repos/collaborators.py
+++ b/pygithub3/requests/repos/collaborators.py
@@ -4,6 +4,7 @@
from . import Request
from pygithub3.resources.users import User
+
class List(Request):
uri = 'repos/{user}/{repo}/collaborators'