fix: import Any from typing to resolve IDE/compiler diagnostic warnings

This commit is contained in:
2026-07-10 10:27:21 -04:00
parent ab1c2d7973
commit a654cda058
+2
View File
@@ -23,6 +23,8 @@ import contextlib
import subprocess
import uuid
from datetime import datetime, timedelta, timezone
from typing import Any
# Mutation-authority record (#199, refs #194). Deliberately in-process, NOT a