lint: Fix some PEP-8 lint errors.

This commit is contained in:
Tim Abbott 2017-01-19 16:42:42 -08:00
parent 42612161df
commit 1a536f381c
2 changed files with 4 additions and 4 deletions

View File

@ -744,11 +744,11 @@ JS_SPECS = {
'output_filename': 'min/signup.js' 'output_filename': 'min/signup.js'
}, },
'api': { 'api': {
'source_filenames': ['js/portico/api.js',], 'source_filenames': ['js/portico/api.js'],
'output_filename': 'min/api.js' 'output_filename': 'min/api.js'
}, },
'app_debug': { 'app_debug': {
'source_filenames': ['js/debug.js',], 'source_filenames': ['js/debug.js'],
'output_filename': 'min/app_debug.js' 'output_filename': 'min/app_debug.js'
}, },
'app': { 'app': {
@ -868,7 +868,7 @@ JS_SPECS = {
}, },
# We also want to minify sockjs separately for the sockjs iframe transport # We also want to minify sockjs separately for the sockjs iframe transport
'sockjs': { 'sockjs': {
'source_filenames': ['third/sockjs/sockjs-0.3.4.js',], 'source_filenames': ['third/sockjs/sockjs-0.3.4.js'],
'output_filename': 'min/sockjs-0.3.4.min.js' 'output_filename': 'min/sockjs-0.3.4.min.js'
}, },
} }