Skip to content

Commit ca3112c

Browse files
author
Gabriel Monroy
committed
add whitespace after : for the flake8 gods
1 parent 30a35e8 commit ca3112c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deis/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
'level': 'DEBUG',
214214
'class': 'logging.NullHandler',
215215
},
216-
'console':{
216+
'console': {
217217
'level': 'DEBUG',
218218
'class': 'logging.StreamHandler',
219219
'formatter': 'simple'

0 commit comments

Comments
 (0)