Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
svittoz committed Mar 6, 2024
1 parent 22ec94c commit 958cf12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/functionalities/biology/quick-use.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ from eds_scikit.biology import prepare_measurement_table, ConceptsSet

custom_leukocytes = ConceptsSet("Custom_Leukocytes")

custom_leukocytes.add_concept_codes(concept_codes=['A0174', 'H6740'],
custom_leukocytes.add_concept_codes(concept_codes=['A0174', 'H6740'],
terminology='GLIMS_ANABIO') # (1)

custom_leukocytes.add_concept_codes(concept_codes=['6690-2'],
Expand Down

0 comments on commit 958cf12

Please sign in to comment.