Update session_manager.py
This commit is contained in:
parent
f97f12b3af
commit
db3e9a3270
1 changed files with 0 additions and 11 deletions
|
|
@ -38,17 +38,6 @@ class AnonymousUser(User):
|
|||
provider="none",
|
||||
)
|
||||
|
||||
class SystemUser(User):
|
||||
"""System user"""
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(
|
||||
user_id="system",
|
||||
email="system@localhost",
|
||||
name="System User",
|
||||
picture=None,
|
||||
provider="system",
|
||||
)
|
||||
|
||||
|
||||
class SessionManager:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue