use old syntax
This commit is contained in:
parent
617e53d5ff
commit
b782a98143
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user