Skip to content

Commit

Permalink
Fix 262 optional enum (#263)
Browse files Browse the repository at this point in the history
* fix: replaces optional EnumMeta with ValidationWrapper
  • Loading branch information
jtyoung84 authored Sep 15, 2024
1 parent 16b3577 commit 78c753e
Show file tree
Hide file tree
Showing 10 changed files with 709 additions and 498 deletions.
155 changes: 77 additions & 78 deletions src/aind_metadata_service/sharepoint/las2020/models.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/aind_metadata_service/sharepoint/nsb2019/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from enum import Enum
from typing import List, Optional

from aind_data_schema.components.devices import FiberProbe
from aind_data_schema.core.procedures import (
Anaesthetic,
BrainInjection,
Expand All @@ -23,7 +24,6 @@
ViralMaterial,
)
from aind_data_schema.core.subject import Sex
from aind_data_schema.components.devices import FiberProbe

from aind_metadata_service.sharepoint.nsb2019.models import NSBList
from aind_metadata_service.sharepoint.nsb2019.models import (
Expand Down
Loading

0 comments on commit 78c753e

Please sign in to comment.