Skip to content

Commit ccbdfab

Browse files
committed
NRL-786 update import
1 parent 5b00fcf commit ccbdfab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

layer/nrlf/core/parent_model.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
from typing import Annotated, List, Optional
22

3-
from consumer.fhir.r4.model import CodeableConcept
43
from pydantic import BaseModel, ConfigDict, Field
54

5+
from nrlf.consumer.fhir.r4.model import CodeableConcept
6+
67

78
class Extension(BaseModel):
89
model_config = ConfigDict(regex_engine="python-re", extra="forbid")

0 commit comments

Comments
 (0)