Skip to content

Commit

Permalink
update type hint for instrument_id
Browse files Browse the repository at this point in the history
Co-authored-by: eecavanna <[email protected]>
  • Loading branch information
sujaypatil96 and eecavanna authored Feb 20, 2025
1 parent 922b974 commit b4feee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmdc_runtime/site/export/ncbi_xml.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def set_fastq(
)
# Currently, we are making the assumption that only one instrument
# is used to sequence a Biosample
instrument_used: Union[str, List[str]] = ntseq.get(
instrument_used: List[str] = ntseq.get(
"instrument_used", []
)
if not instrument_used:
Expand Down

0 comments on commit b4feee9

Please sign in to comment.