fix: resolve lint errors — import ordering, line length
All checks were successful
ci/woodpecker/push/build Pipeline was successful

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-02 18:30:12 -06:00
parent 3c168e849a
commit f33d4a57a3
5 changed files with 31 additions and 10 deletions

View File

@@ -1,4 +1,5 @@
import asyncpg
from src.config import settings
_pool: asyncpg.Pool | None = None