Skip to content

Commit

Permalink
remove gevent serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed May 21, 2024
1 parent 4d88af9 commit 9f81500
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/syft/src/syft/serde/third_party.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from result import Err
from result import Ok
from result import Result
import zmq.green as zmq

# relative
from ..types.dicttuple import DictTuple
Expand Down Expand Up @@ -198,15 +197,6 @@ def serialize_bytes_io(io: BytesIO) -> bytes:
deserialize=lambda x: pydantic.EmailStr(x.decode()),
)

recursive_serde_register(
zmq._Socket,
serialize_attrs=[
"_shadow",
"_monitor_socket",
"_type_name",
],
)
recursive_serde_register(zmq._Context)

# how else do you import a relative file to execute it?
NOTHING = None
Expand Down

0 comments on commit 9f81500

Please sign in to comment.