renamed authclient.py -> authmixin.py
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from .authclient import AuthMixin, AuthError, HEADER_JSON
|
||||
from .authmixin import AuthMixin, AuthError, HEADER_JSON
|
||||
from .httpclient import HttpClient
|
||||
from .snippet import Snippet, Basesnippet, Paragraph
|
||||
from typing import TypeVar, Union, List, Type, get_type_hints
|
||||
|
Reference in New Issue
Block a user