Skip to content

Commit bf10b6c

Browse files
committed
fix missing newline
1 parent 4a2c82e commit bf10b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/tests/test_core/test_stream/test_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,4 +182,4 @@ def test_stream_https():
182182
}
183183
}
184184
actual_streaming_specs = my_stream.get_streaming_specs()
185-
eq_(expected_streaming_specs, actual_streaming_specs)
185+
eq_(expected_streaming_specs, actual_streaming_specs)

0 commit comments

Comments
 (0)