Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit aa13dc2

Browse filesBrowse files
committed
missing datetime imports
1 parent da022e2 commit aa13dc2
Copy full SHA for aa13dc2

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎plotly/tools.py

Copy file name to clipboardExpand all lines: plotly/tools.py
+2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.