Use isort, run format on code

This commit is contained in:
Griatch 2022-11-18 12:02:46 +01:00
parent 617bff3c82
commit eafe390db4
38 changed files with 214 additions and 43 deletions

View file

@ -74,7 +74,14 @@ are spawened on their corresponding location.
import itertools
from random import choice
from evennia import CmdSet, DefaultCharacter, DefaultExit, DefaultRoom, DefaultScript, create_script
from evennia import (
CmdSet,
DefaultCharacter,
DefaultExit,
DefaultRoom,
DefaultScript,
create_script,
)
from evennia.commands.default.muxcommand import MuxCommand
from evennia.prototypes.spawner import spawn
from evennia.utils import logger, search, utils