Fix bad-whitespace errors found by pylint

This commit is contained in:
Frederic Junod 2017-10-13 17:06:18 +02:00
parent 7af57c7fc4
commit 57204a215e
23 changed files with 66 additions and 66 deletions

View file

@ -16,7 +16,7 @@ import datetime
import locale
import bumblebee.engine
ALIASES = [ "date", "time" ]
ALIASES = ["date", "time"]
def default_format(module):
default = "%x %X"