Format code imports

This commit is contained in:
Griatch 2022-11-10 22:21:12 +01:00
parent 92834aacd0
commit a461a97576
361 changed files with 1019 additions and 754 deletions

View file

@ -10,7 +10,8 @@ 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"