8000 'InvalidRequestError' in '__all__' is undefined · jbn/github3.py@f592f72 · GitHub
[go: up one dir, main page]

Skip to content

Commit f592f72

Browse files
committed
'InvalidRequestError' in '__all__' is undefined
1 parent 26e12c2 commit f592f72

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

AUTHORS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,5 @@ Contributors
8888
- Lars Holm Nielsen (@larshankat)
8989

9090
- Ryan Pitts (@ryanpitts)
91+
92+
- Jürgen Hermann (@jhermann)

github3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
__all__ = (
3535
'AuthenticationFailed', 'BadRequest', 'ForbiddenError', 'GitHub',
36-
'GitHubEnterprise', 'GitHubError', 'GitHubStatus', 'InvalidRequestError',
36+
'GitHubEnterprise', 'GitHubError', 'GitHubStatus',
3737
'MethodNotAllowed', 'NotAcceptable', 'NotFoundError', 'ServerError',
3838
'UnprocessableEntity', 'authorize', 'login', 'enterprise_login', 'emojis',
3939
'gist', 'gitignore_template', 'create_gist', 'issue', 'markdown',

0 commit comments

Comments
 (0)
0