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 subprocess
|
||||||
import uuid
|
import uuid
|
||||||
from datetime import datetime, timedelta, timezone
|
from datetime import datetime, timedelta, timezone
|
||||||
|
from typing import Any
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Mutation-authority record (#199, refs #194). Deliberately in-process, NOT a
|
# Mutation-authority record (#199, refs #194). Deliberately in-process, NOT a
|
||||||
|
|||||||
Reference in New Issue
Block a user