Skip to content

Commit 000c691

Browse files
committed
NRL-1053 fix import
1 parent 27e4c86 commit 000c691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layer/nrlf/core/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
from re import match
33
from typing import Any, Dict, List, Optional
44

5-
from consumer.fhir.r4.model import RequestQueryCategory
65
from pydantic import ValidationError
76

7+
from nrlf.consumer.fhir.r4.model import RequestQueryCategory
88
from nrlf.core.codes import SpineErrorConcept
99
from nrlf.core.constants import CATEGORY_ATTRIBUTES, REQUIRED_CREATE_FIELDS, Categories
1010
from nrlf.core.errors import ParseError

0 commit comments

Comments
 (0)