Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
fevac committed Dec 11, 2023
1 parent 4f404f0 commit d4479a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/constants/delivery.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Constants for delivery."""

from cg.constants.constants import Pipeline
from cg.constants.housekeeper_tags import AlignmentFileTag
from cg.constants.housekeeper_tags import AlignmentFileTag, AnalysisTag, HK_DELIVERY_REPORT_TAG

ONLY_ONE_CASE_PER_TICKET: list[Pipeline] = [
Pipeline.FASTQ,
Expand Down

0 comments on commit d4479a0

Please sign in to comment.