Skip to content
Snippets Groups Projects
Commit 13077101 authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

reformat and remove unneeded import

parent 0f3205bd
No related branches found
No related tags found
1 merge request!13Master
Pipeline #27038 passed
......@@ -29,7 +29,7 @@ from .models import (
Contribution,
Job,
)
from .tasks import launch_validate_contributions, launch_plots_computing
from .tasks import launch_validate_contributions
class ViewOnSiteModelAdmin(admin.ModelAdmin):
......
......@@ -405,4 +405,4 @@ def launch_plots_computing(self):
This task will perform the computing of LE-LLE and PCA plots.
"""
workflow = chain(run_le_lle_plot.si(), run_pca_plot.si())
workflow.delay()
\ No newline at end of file
workflow.delay()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment