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 6d1d433 commit 78b59f9Copy full SHA for 78b59f9
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 tests.test_batch.decorators_constants import AllHeaders, AllHeadersExpectedOutput, ExtensionItems
+from test_batch.decorators_constants import AllHeaders, AllHeadersExpectedOutput, ExtensionItems
31
from constants import VALID_NHS_NUMBER
32
33
raw_imms: dict = {"resourceType": "Immunization", "contained": []}
0 commit comments