mirror of
https://github.com/django/django.git
synced 2025-07-24 05:36:15 +00:00
Fixed all E226 violations
This commit is contained in:
parent
7288e1b02b
commit
c347f78cc1
51 changed files with 150 additions and 150 deletions
|
@ -68,8 +68,8 @@ def fixliterals(fname):
|
|||
new.append(m.group(0))
|
||||
continue
|
||||
|
||||
sys.stdout.write("\n"+"-"*80+"\n")
|
||||
sys.stdout.write(data[prev_start+1:m.start()])
|
||||
sys.stdout.write("\n" + "-" * 80 + "\n")
|
||||
sys.stdout.write(data[prev_start + 1:m.start()])
|
||||
sys.stdout.write(colorize(m.group(0), fg="red"))
|
||||
sys.stdout.write(data[m.end():next_end])
|
||||
sys.stdout.write("\n\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue