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

@@ -84,7 +84,10 @@ from rowingdata import (
from rowers.tasks import (
handle_sendemail_unrecognized, handle_setcp,
handle_getagegrouprecords, handle_update_wps,
handle_request_post, handle_calctrimp
handle_request_post, handle_calctrimp,
handle_updatecp, handle_updateergcp,
handle_sendemail_breakthrough,
handle_sendemail_hard,
)
from rowers.tasks import handle_zip_file

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 (