mirror of https://github.com/zulip/zulip.git
lint: Fix some PEP-8 lint errors.
This commit is contained in:
parent
42612161df
commit
1a536f381c
|
@ -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'
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue