We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78b59f9 commit 4acedadCopy full SHA for 4acedad
backend/tests/test_batch/test_decorators.py
@@ -27,7 +27,7 @@
27
_decorate_immunization,
28
)
29
from batch.errors import DecoratorError, TransformerFieldError, TransformerRowError, TransformerUnhandledError
30
-from test_batch.decorators_constants import AllHeaders, AllHeadersExpectedOutput, ExtensionItems
+from decorators_constants import AllHeaders, AllHeadersExpectedOutput, ExtensionItems
31
from constants import VALID_NHS_NUMBER
32
33
raw_imms: dict = {"resourceType": "Immunization", "contained": []}
0 commit comments