mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Missed a import
This commit is contained in:
@@ -2,7 +2,7 @@ import logging
|
|||||||
|
|
||||||
from django.contrib.auth.models import User, Group
|
from django.contrib.auth.models import User, Group
|
||||||
from eve_api.models import EVEAccount
|
from eve_api.models import EVEAccount
|
||||||
from sso.models import ServiceAccount
|
from sso.models import ServiceAccount, Service
|
||||||
|
|
||||||
class RemoveInvalidUsers():
|
class RemoveInvalidUsers():
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user