Skip to content

Commit

Permalink
Remove unused typevar
Browse files Browse the repository at this point in the history
  • Loading branch information
kiendang committed Apr 1, 2024
1 parent 99bd400 commit 2cdf95e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/syft/src/syft/types/syft_metaclass.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# stdlib
from typing import Any
from typing import TypeVar
from typing import final

# third party
Expand All @@ -10,8 +9,6 @@
# relative
from ..serde.serializable import serializable

_T = TypeVar("_T", bound=BaseModel)


class EmptyType(type):
def __repr__(self) -> str:
Expand Down

0 comments on commit 2cdf95e

Please sign in to comment.