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:
@@ -112,11 +112,7 @@ class PythonHeader:
|
||||
|
||||
if len(bodyLines) > 0 and bodyLines[0] != "":
|
||||
newLines.append("")
|
||||
if (
|
||||
"import " not in bodyLines[0]
|
||||
and bodyLines[0] != '"""'
|
||||
and not bodyLines[0].startswith("##########")
|
||||
):
|
||||
if "import " not in bodyLines[0] and bodyLines[0] != '"""' and not bodyLines[0].startswith("##########"):
|
||||
newLines.append("")
|
||||
newLines += bodyLines
|
||||
|
||||
|
||||
Reference in New Issue
Block a user