Skip to content

Commit

Permalink
Attempt fixing downstream tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Apr 16, 2021
1 parent 6ab9395 commit 5adbe57
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ipykernel/kernelbase.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,6 @@ def dispatch_queue(self):
"""

while True:
# ensure control stream is flushed before processing shell messages
if self.control_stream:
self.control_stream.flush()
# receive the next message and handle it
try:
yield self.process_one()
except Exception:
Expand Down

0 comments on commit 5adbe57

Please sign in to comment.