all tasks.py done
This commit is contained in:
@@ -5,7 +5,7 @@ from rowsandall_app.settings import (
|
||||
|
||||
from rowers.views.statements import *
|
||||
from rowers.plannedsessions import get_dates_timeperiod
|
||||
from rowers.tasks import fetch_strava_workout
|
||||
|
||||
from rowers.utils import NoTokenError
|
||||
from rowers.models import PlannedSession
|
||||
|
||||
|
||||
@@ -276,18 +276,18 @@ from rowers.tasks import (
|
||||
handle_sendemail_racesubmission,
|
||||
handle_sendemail_optout,
|
||||
handle_sendemail_ical,
|
||||
handle_c2_async_workout,
|
||||
handle_send_email_instantplan_notification,
|
||||
handle_nk_async_workout,
|
||||
check_tp_workout_id,
|
||||
handle_split_workout_by_intervals,
|
||||
)
|
||||
|
||||
from rowers.upload_tasks import (
|
||||
handle_assignworkouts,
|
||||
handle_post_workout_api,
|
||||
handle_c2_async_workout,
|
||||
handle_rp3_async_workout,
|
||||
handle_sporttracks_workout_from_data
|
||||
handle_sporttracks_workout_from_data,
|
||||
handle_split_workout_by_intervals,
|
||||
)
|
||||
|
||||
from scipy.signal import savgol_filter
|
||||
|
||||
Reference in New Issue
Block a user