Skip to content

Commit

Permalink
Remove additional gevent references
Browse files Browse the repository at this point in the history
  • Loading branch information
rasswanth-s committed May 21, 2024
1 parent 9f81500 commit c318271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/syft/src/syft/service/queue/zmq_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
# third party
from loguru import logger
from pydantic import field_validator
import zmq
from zmq import Frame
from zmq import LINGER
from zmq.error import ContextTerminated
import zmq.green as zmq

# relative
from ...serde.deserialize import _deserialize
Expand Down

0 comments on commit c318271

Please sign in to comment.