Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion zmq/asyncio.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def _clear_io_state(self):
"""
loop = self._current_loop
if loop and not loop.is_closed() and self._fd != -1:
self._get_selector(loop).remove_reader(self._fd)
self._get_selector(loop).remove_reader(self._fd)
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🐞 Bug - Indentation Error: Replace the tab characters with the appropriate number of spaces (typically 4 or 8 spaces) to match the existing indentation style in the file.

Suggested change
self._get_selector(loop).remove_reader(self._fd)
self._get_selector(loop).remove_reader(self._fd)



Poller._socket_class = Socket
Expand Down