Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d97b774

Browse files
committed
💄
1 parent 8b0113e commit d97b774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plotly/utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ def numpyJSONEncoder(self, obj):
9393
raise NotEncodable
9494

9595
def datetimeJSONEncoder(self, obj):
96-
'''
96+
"""
9797
if datetime or iterable of datetimes,
9898
convert to a string that plotly understands
9999
format as %Y-%m-%d %H:%M:%S.%f,
100100
%Y-%m-%d %H:%M:%S, or
101101
%Y-%m-%d
102102
depending on what non-zero resolution was provided
103-
'''
103+
"""
104104
try:
105105
import pandas
106106
pandas_importable = True

0 commit comments

Comments
 (0)