mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 06:03:23 +00:00
remove downlevel version incompatible elements of typing
This commit is contained in:
parent
305f1e8498
commit
bd2c7aa908
1 changed files with 1 additions and 4 deletions
|
@ -60,10 +60,7 @@ from collections.abc import Callable
|
||||||
from typing import (
|
from typing import (
|
||||||
Any,
|
Any,
|
||||||
Iterable,
|
Iterable,
|
||||||
Sequence,
|
Sequence
|
||||||
TypeVar,
|
|
||||||
Self,
|
|
||||||
Union,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue