Skip to content

Commit

Permalink
Add import for ExistingSample model in order fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
eliottBo committed Jan 23, 2025
1 parent 48a3257 commit a9d5e31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/fixture_plugins/orders_fixtures/order_fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import pytest

from cg.services.orders.validation.models.existing_sample import ExistingSample
from cg.services.orders.validation.workflows.balsamic.models.order import BalsamicOrder
from cg.services.orders.validation.workflows.fastq.models.order import FastqOrder
from cg.services.orders.validation.workflows.fluffy.models.order import FluffyOrder
Expand Down

0 comments on commit a9d5e31

Please sign in to comment.