Skip to content

Commit

Permalink
Black linting after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
islean committed Nov 26, 2024
1 parent c4fc927 commit 35ec084
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from cg.constants import DataDelivery, Workflow

from cg.services.order_validation_service.workflows.fastq.models.order import FastqOrder

from cg.constants.sequencing import SeqLibraryPrepCategory
from cg.services.order_validation_service.workflows.fastq.models.order import FastqOrder
from cg.services.orders.store_order_services.store_fastq_order_service import StoreFastqOrderService
from cg.store.models import Application, Case, Sample
from cg.store.store import Store
Expand Down Expand Up @@ -80,7 +78,6 @@ def test_store_fastq_samples_tumour_wgs_to_fastq(
)
fastq_order.samples[1].tumour = True


# WHEN storing the order
new_samples = store_fastq_order_service.store_items_in_status(fastq_order)

Expand Down

0 comments on commit 35ec084

Please sign in to comment.