build_common.py -> TypeVar instead of incorrect TypeSpec

This commit is contained in:
jdegenstein 2024-07-17 12:56:33 -05:00 committed by GitHub
parent 3ea67e2a86
commit 15397be2bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1283,7 +1283,7 @@ class WorkplaneList:
P = ParamSpec("P") P = ParamSpec("P")
T2 = TypeSpec("T2") T2 = TypeVar("T2")
def __gen_context_component_getter( def __gen_context_component_getter(