fix up depencies once and for all, fix broken imports
This commit is contained in:
committed by
Nader Arbabian
parent
90877b758b
commit
4bf6f268a2
@@ -1,8 +1,8 @@
|
||||
|
||||
import logging
|
||||
from typing import Any, Dict, Optional
|
||||
|
||||
import requests
|
||||
|
||||
logging.basicConfig(
|
||||
level=logging.DEBUG,
|
||||
format="%(asctime)s[%(levelname)-5s] %(message)s",
|
||||
@@ -10,6 +10,7 @@ logging.basicConfig(
|
||||
)
|
||||
log = logging.getLogger(__file__)
|
||||
|
||||
|
||||
class Endpoint:
|
||||
"""
|
||||
Utility class for handling endpoint operations.
|
||||
|
||||
Reference in New Issue
Block a user