Run black on sources

This commit is contained in:
Griatch 2020-09-19 14:02:03 +02:00
parent 16874645e7
commit a3c34f5f39
16 changed files with 58 additions and 60 deletions

View file

@ -54,7 +54,7 @@ DATABASES = {
"NAME": "evennia",
"OPTIONS": {
"charset": "utf8mb4",
'init_command': 'set collation_connection=utf8mb4_unicode_ci'
"init_command": "set collation_connection=utf8mb4_unicode_ci",
},
},
}