Skip to content

Commit

Permalink
Apply review suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Henrik Stranneheim <[email protected]>
  • Loading branch information
sofstam and henrikstranneheim authored Dec 7, 2023
1 parent 5baab19 commit a89e6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/meta/workflow/taxprofiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def get_multiqc_per_sample(
) -> list[MetricsBase]:
"""Return MultiQC values per sample."""
sample_name: str = sample.name
multiqc_json: MultiqcDataJson = MultiqcDataJson(
multiqc_json: = MultiqcDataJson(
**read_json(file_path=self.get_multiqc_json_path(case_id=case_id))
)
metrics_values: dict = {}
Expand Down

0 comments on commit a89e6e2

Please sign in to comment.