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,7 +1,7 @@
import requests
import functools
import json
from abc import ABC, abstractmethod
from .authmixin import AuthMixin, AuthError, HEADER_JSON