diff --git a/packages/syft/src/syft/types/syft_metaclass.py b/packages/syft/src/syft/types/syft_metaclass.py index 53dc9ee4d6c..ae09b1c03c8 100644 --- a/packages/syft/src/syft/types/syft_metaclass.py +++ b/packages/syft/src/syft/types/syft_metaclass.py @@ -1,6 +1,5 @@ # stdlib from typing import Any -from typing import TypeVar from typing import final # third party @@ -10,8 +9,6 @@ # relative from ..serde.serializable import serializable -_T = TypeVar("_T", bound=BaseModel) - class EmptyType(type): def __repr__(self) -> str: