refactor file structure

This commit is contained in:
Ishaan Jaff 2025-04-01 18:30:48 -07:00
parent 290e837515
commit 8dc792139e
9 changed files with 135 additions and 108 deletions

View file

@ -7,7 +7,7 @@ import pytest
from fastapi.testclient import TestClient
from litellm.proxy._types import Litellm_EntityType, SpendUpdateQueueItem
from litellm.proxy.db.spend_update_queue import SpendUpdateQueue
from litellm.proxy.db.db_transaction_queue.spend_update_queue import SpendUpdateQueue
sys.path.insert(
0, os.path.abspath("../../..")