Added back code missed used to merge issues.

This commit is contained in:
Abiola Akinnubi
2025-06-03 06:11:05 -07:00
committed by Nader Arbabian
parent 84f8555361
commit 0c4d89f17b
3 changed files with 12 additions and 6 deletions
+8 -2
View File
@@ -1,8 +1,14 @@
from logging import log
import logging
from typing import Any, Dict, Optional
import requests
logging.basicConfig(
level=logging.DEBUG,
format="%(asctime)s[%(levelname)-5s] %(message)s",
datefmt="%Y-%m-%d %H:%M:%S",
)
log = logging.getLogger(__file__)
class Endpoint:
"""