-
-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove Unused code paths from the CodeBase #8838
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gevent w.r.t zmq changes looks good
from zmq import Frame | ||
from zmq import LINGER | ||
from zmq.error import ContextTerminated | ||
import zmq.green as zmq |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏾
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧼 so fresh! Great work @rasswanth-s!
Description
Resolves
https://github.com/OpenMined/Heartbeat/issues/1270
The PR removes
Note: There would be some documentation, that contains references to the same, which would be removed in a separate follow up PR.
Affected Dependencies
How has this been tested?
Existing Tests
Checklist