Skip to content

Commit

Permalink
implement dummy flush method
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Jun 13, 2019
1 parent 14a2c7a commit c9ec713
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ipykernel/inprocess/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,9 @@ def _dispatch_to_kernel(self, msg):
idents, reply_msg = self.session.recv(stream, copy=False)
self.shell_channel.call_handlers_later(reply_msg)

def flush(self):
# dummy method (see https://github.com/ipython/ipykernel/pull/405)


#-----------------------------------------------------------------------------
# ABC Registration
Expand Down

0 comments on commit c9ec713

Please sign in to comment.