3
0
Fork 0
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:
Nikolaj Bjorner 2025-04-04 20:18:23 -07:00
parent 305f1e8498
commit bd2c7aa908

View file

@ -60,10 +60,7 @@ from collections.abc import Callable
from typing import (
Any,
Iterable,
Sequence,
TypeVar,
Self,
Union,
Sequence
)