aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/resources/users.py
diff options
context:
space:
mode:
Diffstat (limited to 'pygithub3/resources/users.py')
-rw-r--r--pygithub3/resources/users.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pygithub3/resources/users.py b/pygithub3/resources/users.py
index 5485bf6..1aed2bd 100644
--- a/pygithub3/resources/users.py
+++ b/pygithub3/resources/users.py
@@ -3,7 +3,7 @@
from .base import Resource
-__all__ = ('Plan', 'User')
+__all__ = ('Key', 'Plan', 'User')
class Key(Resource):