mirror of
https://github.com/Z3Prover/z3
synced 2025-04-18 14:49:01 +00:00
remove downlevel version incompatible elements of typing
This commit is contained in:
parent
305f1e8498
commit
bd2c7aa908
|
@ -60,10 +60,7 @@ from collections.abc import Callable
|
|||
from typing import (
|
||||
Any,
|
||||
Iterable,
|
||||
Sequence,
|
||||
TypeVar,
|
||||
Self,
|
||||
Union,
|
||||
Sequence
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue