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

@ -113,7 +113,13 @@ create a new wilderness (with the name "default") but using our new map provider
"""
from evennia import DefaultExit, DefaultRoom, DefaultScript, create_object, create_script
from evennia import (
DefaultExit,
DefaultRoom,
DefaultScript,
create_object,
create_script,
)
from evennia.utils import inherits_from