Run black. Resolve circular import issues in components contrib.
This commit is contained in:
parent
577f66c3ec
commit
e5d07603ca
49 changed files with 202 additions and 122 deletions
|
|
@ -1,7 +1,7 @@
|
|||
from django.contrib.auth import authenticate, login
|
||||
|
||||
from evennia.accounts.models import AccountDB
|
||||
from evennia.utils import logger, ip_from_request
|
||||
from evennia.utils import ip_from_request, logger
|
||||
|
||||
|
||||
class OriginIpMiddleware:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue