get it right pyright

This commit is contained in:
Khaleel Al-Adhami 2024-10-03 12:32:23 -07:00
parent b737819e09
commit 47a1e5d0bd

View File

@ -700,7 +700,7 @@ class BaseState(Base, ABC, extra=pydantic.Extra.allow):
@classmethod
def _evaluate(
cls, f: Callable[[Self], Any], of_type: Union[Type, None] = None
cls, f: Callable[[Self], Any], of_type: Union[type, None] = None
) -> Var:
"""Evaluate a function to a ComputedVar. Experimental.