remove unused import

This commit is contained in:
Abel Luck 2023-11-08 14:28:55 +01:00
parent a7dc5b7177
commit 1f6cbb411f

View file

@ -1,4 +1,3 @@
import logging
from typing import Any, Dict, List, Tuple from typing import Any, Dict, List, Tuple
from fastapi import Request from fastapi import Request