aboutsummaryrefslogtreecommitdiffstats
path: root/github3/handlers/user.py
diff options
context:
space:
mode:
Diffstat (limited to 'github3/handlers/user.py')
-rw-r--r--github3/handlers/user.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/github3/handlers/user.py b/github3/handlers/user.py
index c59607d..09ea031 100644
--- a/github3/handlers/user.py
+++ b/github3/handlers/user.py
@@ -5,6 +5,7 @@
from .base import Handler
import github3.models as models
+import github3.exceptions as exceptions
class User(Handler):
""" Handler to query public user api """