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:
@@ -25,9 +25,7 @@ from typing import Optional
|
||||
import github.GithubObject
|
||||
|
||||
|
||||
class RepositoryAdvisoryVulnerabilityPackage(
|
||||
github.GithubObject.NonCompletableGithubObject
|
||||
):
|
||||
class RepositoryAdvisoryVulnerabilityPackage(github.GithubObject.NonCompletableGithubObject):
|
||||
"""
|
||||
This class represents an identifier for a package that is vulnerable to a parent SecurityAdvisory.
|
||||
The reference can be found here https://docs.github.com/en/rest/security-advisories/repository-advisories
|
||||
|
||||
Reference in New Issue
Block a user