mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 03:11:09 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
@@ -81,9 +81,7 @@ class CheckRunAnnotation(NonCompletableGithubObject):
|
||||
|
||||
def _useAttributes(self, attributes) -> None:
|
||||
if "annotation_level" in attributes: # pragma no branch
|
||||
self._annotation_level = self._makeStringAttribute(
|
||||
attributes["annotation_level"]
|
||||
)
|
||||
self._annotation_level = self._makeStringAttribute(attributes["annotation_level"])
|
||||
if "end_column" in attributes: # pragma no branch
|
||||
self._end_column = self._makeIntAttribute(attributes["end_column"])
|
||||
if "end_line" in attributes: # pragma no branch
|
||||
|
||||
Reference in New Issue
Block a user