fix: import Any from typing to resolve IDE/compiler diagnostic warnings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user