fix(starlark): add List to typing imports for schema parser

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
Chuck
2026-02-19 11:33:49 -05:00
parent d876679b9f
commit 0dc1a8f6f4

View File

@@ -13,7 +13,7 @@ import re
import shutil
import subprocess
from pathlib import Path
from typing import Dict, Any, Optional, Tuple
from typing import Dict, Any, Optional, Tuple, List
logger = logging.getLogger(__name__)