Private
Public Access
1
0

tests fixed

This commit is contained in:
Sander Roosendaal
2022-02-15 09:36:26 +01:00
parent 7c07b41707
commit 628b1ce5f4
2 changed files with 8 additions and 2 deletions

View File

@@ -39,7 +39,10 @@ from django.conf import settings
from collections import OrderedDict
from bokeh.core.properties import value
from rowers.opaque import encoder
from bokeh.models import OpenURL, TapTool, CrosshairTool
from bokeh.models import (
OpenURL, TapTool, CrosshairTool, Span, Label, SaveTool,
PanTool, BoxZoomTool, WheelZoomTool, ResetTool,
)
from bokeh.models.glyphs import ImageURL
from bokeh.transform import cumsum
from bokeh.models import (