mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 16:45:31 +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 (
|
||||
Any,
|
||||
Iterable,
|
||||
Sequence,
|
||||
TypeVar,
|
||||
Self,
|
||||
Union,
|
||||
Sequence
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue