mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
@@ -70,6 +70,4 @@ class HookDescription(NonCompletableGithubObject):
|
||||
if "schema" in attributes: # pragma no branch
|
||||
self._schema = self._makeListOfListOfStringsAttribute(attributes["schema"])
|
||||
if "supported_events" in attributes: # pragma no branch
|
||||
self._supported_events = self._makeListOfStringsAttribute(
|
||||
attributes["supported_events"]
|
||||
)
|
||||
self._supported_events = self._makeListOfStringsAttribute(attributes["supported_events"])
|
||||
|
||||
Reference in New Issue
Block a user