Skip to content

Commit aa13dc2

Browse files
committed
missing datetime imports
1 parent da022e2 commit aa13dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plotly/tools.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2261,6 +2261,7 @@ def create_ohlc(open, high, low, close,
22612261
```
22622262
import plotly.plotly as py
22632263
from plotly.tools import FigureFactory as FF
2264+
from datetime import datetime
22642265
22652266
import pandas.io.data as web
22662267
@@ -2274,6 +2275,7 @@ def create_ohlc(open, high, low, close,
22742275
```
22752276
import plotly.plotly as py
22762277
from plotly.tools import FigureFactory as FF
2278+
from datetime import datetime
22772279
22782280
import pandas.io.data as web
22792281

0 commit comments

Comments
 (0)