Skip to content

Commit 5d1b899

Browse files
author
Martin Durant
committed
Mark display as no coverage
(should eventually figure out how to mock/cover this)
1 parent 84bb341 commit 5d1b899

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):
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)