Skip to content

Commit c6ca2bf

Browse files
author
Martin Durant
committed
missing ":"
1 parent 5d1b899 commit c6ca2bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

streamz/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def __str__(self):
333333

334334
__repr__ = __str__
335335

336-
def _ipython_display_(self, **kwargs): # pragma no cover
336+
def _ipython_display_(self, **kwargs): # pragma: no cover
337337
try:
338338
from ipywidgets import Output
339339
from IPython.core.interactiveshell import InteractiveShell

0 commit comments

Comments
 (0)