Skip to content

Commit 43a78a3

Browse files
committed
Reformatted sources
1 parent 7e452cd commit 43a78a3

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

src/app/endpoints/query.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@
7171
from utils.types import TurnSummary, content_to_str
7272
from authorization.azure_token_manager import AzureEntraIDManager
7373

74-
7574
logger = logging.getLogger("app.endpoints.handlers")
7675
router = APIRouter(tags=["query"])
7776

src/quota/quota_limiter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
from quota.connect_pg import connect_pg
4343
from quota.connect_sqlite import connect_sqlite
4444

45-
4645
logger = get_logger(__name__)
4746

4847

src/utils/mcp_headers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
from configuration import AppConfig
1010

11-
1211
logger = logging.getLogger("app.endpoints.dependencies")
1312

1413

0 commit comments

Comments
 (0)