removed unused imports; formatting

This commit is contained in:
NichtJens
2021-06-01 09:17:02 +02:00
parent d0deb73522
commit a026df3120
3 changed files with 7 additions and 8 deletions

View File

@ -1,9 +1,6 @@
from __future__ import annotations
import functools
from typing import TypeVar, Union, List, Type, get_type_hints
from .authmixin import AuthMixin, AuthError, HEADER_JSON
from .authmixin import AuthError, HEADER_JSON
from .httpclient import HttpClient
from .snippet import Snippet, Basesnippet, Paragraph