mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Only one class per file
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{% if method.type.name != "bool" %}
|
||||
if self.__requester.isFailureStatus( status ): # pragma no branch
|
||||
raise GithubException( status, data ) # pragma no cover
|
||||
raise GithubException.GithubException( status, data ) # pragma no cover
|
||||
{% endif %}
|
||||
|
||||
{% if method.isMutation %}
|
||||
|
||||
Reference in New Issue
Block a user