Skip to content

Commit bd2c7aa

Browse files
remove downlevel version incompatible elements of typing
1 parent 305f1e8 commit bd2c7aa

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/api/python/z3/z3.py

+1-4
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,7 @@
6060
from typing import (
6161
Any,
6262
Iterable,
63-
Sequence,
64-
TypeVar,
65-
Self,
66-
Union,
63+
Sequence
6764
)
6865

6966

0 commit comments

Comments
 (0)