Skip to content

Commit

Permalink
fix: fix generated file from typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Jan 6, 2025
1 parent b3a9c38 commit 326e9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_data_schema_models/mouse_anatomy.py
Original file line number Diff line number Diff line change
Expand Up @@ -8381,5 +8381,5 @@ class MouseBodyParts(metaclass=MouseAnatomyMeta):


class MouseBloodVessels(metaclass=MouseAnatomyMeta):
CAROTID_ARTERY = ("carotid artery",)
CAROTID_ARTERY = "carotid artery"
JUGULAR_VEIN = "jugular vein"

0 comments on commit 326e9dd

Please sign in to comment.