Skip to content

Commit 669fd8f

Browse files
committed
Replace tab with four spaces
1 parent 4d50236 commit 669fd8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

plotly/plotly/plotly.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -405,11 +405,11 @@ def open(self):
405405
80,
406406
{'Host': streaming_url,
407407
'plotly-streamtoken': self.stream_id})
408-
408+
409409
def heartbeat(self, reconnect_on=(200, '', 408)):
410-
""" Write a heartbeat to keep the connection alive if there is no data to
411-
stream within the 60 second window.
412-
"""
410+
""" Write a heartbeat to keep the connection alive if there is no data to
411+
stream within the 60 second window.
412+
"""
413413
try:
414414
self._stream.write("\n", reconnect_on=reconnect_on)
415415
except AttributeError:

0 commit comments

Comments
 (0)