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

@ -10,8 +10,7 @@ To test - import this from a Django-aware shell, then call run_update.
from os.path import abspath, dirname
from os.path import join as pathjoin
from evennia.utils.utils import (callables_from_module, mod_import,
variable_from_module)
from evennia.utils.utils import callables_from_module, mod_import, variable_from_module
__all__ = "run_update"