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:
@@ -82,8 +82,6 @@ class CodeScanRule(github.GithubObject.NonCompletableGithubObject):
|
||||
if "severity" in attributes: # pragma no branch
|
||||
self._severity = self._makeStringAttribute(attributes["severity"])
|
||||
if "security_severity_level" in attributes: # pragma no branch
|
||||
self._security_severity_level = self._makeStringAttribute(
|
||||
attributes["security_severity_level"]
|
||||
)
|
||||
self._security_severity_level = self._makeStringAttribute(attributes["security_severity_level"])
|
||||
if "description" in attributes: # pragma no branch
|
||||
self._description = self._makeStringAttribute(attributes["description"])
|
||||
|
||||
Reference in New Issue
Block a user