Skip to content

Commit 84bb341

Browse files
author
Martin Durant
committed
flake8
1 parent 6ed1eb7 commit 84bb341

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

streamz/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,7 @@ def update_cell(val):
350350
if output is None:
351351
return
352352
with output:
353-
content, *_ = InteractiveShell.instance(
354-
).display_formatter.format(val)
353+
content, *_ = InteractiveShell.instance().display_formatter.format(val)
355354
output.outputs = ({'output_type': 'display_data',
356355
'data': content,
357356
'metadata': {}},)

0 commit comments

Comments
 (0)