mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
style: Fix PEP8 blank lines issues in Python files
Done with `autopep8 --select=E3,W3`, fixes: - E301 - Add missing blank line. - E302 - Add missing 2 blank lines. - E303 - Remove extra blank lines. - E304 - Remove blank line following function decorator. - E309 - Add missing blank line. - W391 - Remove trailing blank lines.
This commit is contained in:
parent
e259bf8bbb
commit
a7389217f8
50 changed files with 111 additions and 193 deletions
|
|
@ -64,7 +64,6 @@ text = """
|
|||
"""
|
||||
|
||||
|
||||
|
||||
for i in range(1, 8):
|
||||
|
||||
tp = ""
|
||||
|
|
@ -81,8 +80,3 @@ for i in range(1, 8):
|
|||
|
||||
t = text.replace("$argtp", tp).replace("$argp", p).replace("$argt", t).replace("$num", str(i))
|
||||
print(t)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue