3
0
Fork 0
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:
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 ( from typing import (
Any, Any,
Iterable, Iterable,
Sequence, Sequence
TypeVar,
Self,
Union,
) )