fix PEP8 "E203 whitespace before ':' or ','"

This commit is contained in:
Hans-Christoph Steiner 2014-05-01 22:06:59 -04:00
parent fccb990521
commit f1812d5935
6 changed files with 20 additions and 20 deletions

View file

@ -141,6 +141,6 @@ build_server_always = False
# Limit in number of characters that fields can take up
# Only the fields listed here are supported, defaults shown
char_limits = {
'Summary' : 50,
'Description' : 1500
'Summary': 50,
'Description': 1500
}