mirror of
https://github.com/django/django.git
synced 2025-07-22 20:55:17 +00:00
Fixed the remaining E302 violations int eh django package
This commit is contained in:
parent
393cdbfaa2
commit
fe995e6cbd
19 changed files with 199 additions and 0 deletions
|
@ -37,6 +37,7 @@ ALWAYS_SKIP = [
|
|||
"False",
|
||||
]
|
||||
|
||||
|
||||
def fixliterals(fname):
|
||||
with open(fname) as fp:
|
||||
data = fp.read()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue