Skip to content

Commit

Permalink
Adding missing close paren
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcdermott committed Jul 30, 2024
1 parent e0cd043 commit dd4ca79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meds/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def code_metadata_schema(custom_per_code_properties=[]):
[
("code", pa.string()),
("description", pa.string()),
("parent_codes", pa.list(pa.string()),
("parent_codes", pa.list(pa.string())),
] + custom_per_code_properties
)

Expand Down

0 comments on commit dd4ca79

Please sign in to comment.