From c5a48ed3573252d024f8752b8aaf7fb9bddc6d6d Mon Sep 17 00:00:00 2001 From: Jochem Smit Date: Wed, 6 Nov 2024 18:46:48 +0100 Subject: [PATCH] cleaning --- dont_fret/web/home/methods.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dont_fret/web/home/methods.py b/dont_fret/web/home/methods.py index 7624805..e164d0e 100644 --- a/dont_fret/web/home/methods.py +++ b/dont_fret/web/home/methods.py @@ -2,13 +2,10 @@ import solara.lab import dont_fret.web.state as state -from dont_fret.web.methods import get_duration -from dont_fret.web.models import BurstNode, PhotonNode +from dont_fret.web.models import PhotonNode from dont_fret.web.utils import has_bursts -# todo pass callable to add item on done -# todo pass callable to add item on done @solara.lab.task(prefer_threaded=False) # type: ignore async def task_burst_search(name: str, photon_nodes: list[PhotonNode], burst_store) -> None: # name: name of burst search settings as well as its output name