use old syntax

This commit is contained in:
Khaleel Al-Adhami 2024-10-14 15:32:07 -07:00
parent 617e53d5ff
commit b782a98143

View File

@ -358,7 +358,7 @@ class Var(Generic[VAR_TYPE]):
_default_var_type: ClassVar[GenericType] = python_types[0]
ToVarOperation.__name__ = f"To{cls.__name__.removesuffix("Var")}Operation"
ToVarOperation.__name__ = f'To{cls.__name__.removesuffix("Var")}Operation'
_var_subclasses.append(VarSubclassEntry(cls, ToVarOperation, python_types))