mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
Set line length to 120 characters (#2599)
This commit is contained in:
+1
-3
@@ -93,9 +93,7 @@ class Label(github.GithubObject.CompletableGithubObject):
|
||||
"""
|
||||
assert isinstance(name, str), name
|
||||
assert isinstance(color, str), color
|
||||
assert description is github.GithubObject.NotSet or isinstance(
|
||||
description, str
|
||||
), description
|
||||
assert description is github.GithubObject.NotSet or isinstance(description, str), description
|
||||
post_parameters = {
|
||||
"new_name": name,
|
||||
"color": color,
|
||||
|
||||
Reference in New Issue
Block a user