Skip to content

Commit 8a0fcfe

Browse files
authored
Update plot.py
1 parent 3849e62 commit 8a0fcfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osprey/plot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
from matplotlib.colors import rgb2hex
77
from sklearn.manifold import TSNE
88

9-
from bokeh.models.sources import ColumnDataSource
109
try:
1110
import pandas as pd
1211
import bokeh.plotting as bk
1312
from bokeh.models import HoverTool
13+
from bokeh.models.sources import ColumnDataSource
1414
except ImportError:
1515
raise RuntimeError(
1616
'This command requires the Bokeh library (http://bokeh.pydata.org/) '

0 commit comments

Comments
 (0)