Apply black
This commit is contained in:
parent
0ba91ee07f
commit
89d1336cda
15 changed files with 64 additions and 22 deletions
|
|
@ -68,12 +68,13 @@ call the handler's `save()` and `restore()` methods when the server reboots.
|
|||
import inspect
|
||||
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from twisted.internet.defer import inlineCallbacks
|
||||
|
||||
from evennia.scripts.scripts import ExtendedLoopingCall
|
||||
from evennia.server.models import ServerConfig
|
||||
from evennia.utils import inherits_from, variable_from_module
|
||||
from evennia.utils.dbserialize import dbserialize, dbunserialize, pack_dbobj
|
||||
from evennia.utils.logger import log_err, log_trace
|
||||
from twisted.internet.defer import inlineCallbacks
|
||||
|
||||
_GA = object.__getattribute__
|
||||
_SA = object.__setattr__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue