Apply black

This commit is contained in:
Griatch 2022-11-28 19:55:02 +01:00
parent 0ba91ee07f
commit 89d1336cda
15 changed files with 64 additions and 22 deletions

View file

@ -73,7 +73,9 @@ with which to test the system:
"""
from collections import defaultdict
from django.conf import settings
from evennia import DefaultCharacter, DefaultObject, default_cmds
from evennia.commands.default.muxcommand import MuxCommand
from evennia.utils import at_search_result, evtable, inherits_from, iter_to_str