Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorighi committed Sep 17, 2024
1 parent 6b9e9c2 commit d8b4504
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions server/rest/cronjob/cronjob_service.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from jobs import assemblies, biosamples, experiments, geolocation, taxonomy, annotations
from jobs import assemblies, biosamples, experiments, geolocation, taxonomy
from errors import NotFound
from celery.result import AsyncResult

Expand All @@ -21,9 +21,6 @@
'import':assemblies.import_assemblies_by_bioproject,
'blob_link':assemblies.add_blob_link
},
'annotations':{
'import_ncbi':annotations.import_annotations_from_ncbi
},
'helpers':{
'handle_orphans':taxonomy.handle_orphan_organisms,
'add_lineage':taxonomy.add_lineage
Expand Down

0 comments on commit d8b4504

Please sign in to comment.