fix(halacha): import asyncpg — undefined-name guard (annotation ב-_acquire_global_lock)
All checks were successful
G12 Leak-Guard / leak-guard (pull_request) Successful in 6s
Lint — undefined names / undefined-names (pull_request) Successful in 14s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-15 02:56:49 +00:00
parent b7ffc0387c
commit eb86e475c3

View File

@@ -26,6 +26,8 @@ import logging
import re import re
from uuid import UUID from uuid import UUID
import asyncpg
from legal_mcp import config from legal_mcp import config
from legal_mcp.config import parse_llm_json from legal_mcp.config import parse_llm_json
from legal_mcp.services import ( from legal_mcp.services import (