mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Use isort, run format on code
This commit is contained in:
parent
617bff3c82
commit
eafe390db4
38 changed files with 214 additions and 43 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue