Skip to content

Commit

Permalink
fix sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
peterpru committed Jan 15, 2025
1 parent 3578d70 commit a13e5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cg/models/nallo/nallo.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class NalloSampleSheetEntry(BaseModel):

project: str
sample: str
bam_unmapped_read_paths: conlist(Path, min_length=1)
bam_unmapped_read_paths: conlist(Path)
family_id: str
paternal_id: str
maternal_id: str
Expand Down

0 comments on commit a13e5c0

Please sign in to comment.