Use isort, run format on code
This commit is contained in:
parent
617bff3c82
commit
eafe390db4
38 changed files with 214 additions and 43 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue