diff --git a/api/endpoints/__pycache__/assets_router.cpython-313.pyc b/api/endpoints/__pycache__/assets_router.cpython-313.pyc index ab6adc2..ace1611 100644 Binary files a/api/endpoints/__pycache__/assets_router.cpython-313.pyc and b/api/endpoints/__pycache__/assets_router.cpython-313.pyc differ diff --git a/api/endpoints/assets_router.py b/api/endpoints/assets_router.py index c996500..c0f514c 100644 --- a/api/endpoints/assets_router.py +++ b/api/endpoints/assets_router.py @@ -12,6 +12,7 @@ from api.models.AssetDTO import AssetsResponse, AssetResponse from models.Asset import Asset, AssetType from repos.dao import DAO from api.dependency import get_dao +import asyncio import logging