Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jhsmit committed Nov 6, 2024
1 parent a6e8fd1 commit c5a48ed
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions dont_fret/web/home/methods.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5a48ed

Please sign in to comment.