mirror of
https://github.com/gumyr/build123d.git
synced 2025-12-06 02:30:55 -08:00
build_common.py -> TypeVar instead of incorrect TypeSpec
This commit is contained in:
parent
3ea67e2a86
commit
15397be2bc
1 changed files with 1 additions and 1 deletions
|
|
@ -1283,7 +1283,7 @@ class WorkplaneList:
|
|||
|
||||
|
||||
P = ParamSpec("P")
|
||||
T2 = TypeSpec("T2")
|
||||
T2 = TypeVar("T2")
|
||||
|
||||
|
||||
def __gen_context_component_getter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue