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:
@@ -49,9 +49,7 @@ class EnvironmentProtectionRule(github.GithubObject.NonCompletableGithubObject):
|
||||
@property
|
||||
def reviewers(
|
||||
self,
|
||||
) -> List[
|
||||
github.EnvironmentProtectionRuleReviewer.EnvironmentProtectionRuleReviewer
|
||||
]:
|
||||
) -> List[github.EnvironmentProtectionRuleReviewer.EnvironmentProtectionRuleReviewer]:
|
||||
return self._reviewers.value
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user