mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Review of #189: pep8, copyrights, style, remarks
For remarks, run: git grep "#189" They are only my first thoughts while reviewing this pull request, and should be reviewed themselves.
This commit is contained in:
@@ -4,8 +4,8 @@
|
||||
# #
|
||||
# Copyright 2012 Vincent Jacques <vincent@vincent-jacques.net> #
|
||||
# Copyright 2012 Zearin <zearin@gonk.net> #
|
||||
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
|
||||
# Copyright 2013 AKFish <akfish@gmail.com> #
|
||||
# Copyright 2013 Vincent Jacques <vincent@vincent-jacques.net> #
|
||||
# #
|
||||
# This file is part of PyGithub. http://jacquev6.github.com/PyGithub/ #
|
||||
# #
|
||||
@@ -78,6 +78,7 @@ class RateLimitExceededException(GithubException):
|
||||
Exception raised when the rate limit is exceeded (when Github API replies with a 403 rate limit exceeded HTML status)
|
||||
"""
|
||||
|
||||
|
||||
class NotModifiedException(GithubException):
|
||||
"""
|
||||
Exception raised when conditional request is made to a resoure that has not changed
|
||||
|
||||
Reference in New Issue
Block a user