renamed authclient.py -> authmixin.py
This commit is contained in:
@ -3,7 +3,7 @@ import functools
|
||||
import json
|
||||
from abc import ABC, abstractmethod
|
||||
|
||||
from .authclient import AuthMixin, AuthError, HEADER_JSON
|
||||
from .authmixin import AuthMixin, AuthError, HEADER_JSON
|
||||
|
||||
def authenticated(func):
|
||||
@functools.wraps(func)
|
||||
|
Reference in New Issue
Block a user