fix: resolve CI/CD test failures and linting issues
Some checks failed
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 07:32:15 +00:00
parent e16fa6b3d2
commit b3b3a54b90

View File

@@ -1,7 +1,7 @@
"""Smart type inference utilities for converting string values to Python types.""" """Smart type inference utilities for converting string values to Python types."""
import re import re
from typing import Any, Optional, Union from typing import Any
BOOLEAN_TRUE_VALUES = {"true", "yes", "on", "1"} BOOLEAN_TRUE_VALUES = {"true", "yes", "on", "1"}