Skip to content

Commit 4acedad

Browse files
committed
added
1 parent 78b59f9 commit 4acedad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/tests/test_batch/test_decorators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
_decorate_immunization,
2828
)
2929
from batch.errors import DecoratorError, TransformerFieldError, TransformerRowError, TransformerUnhandledError
30-
from test_batch.decorators_constants import AllHeaders, AllHeadersExpectedOutput, ExtensionItems
30+
from decorators_constants import AllHeaders, AllHeadersExpectedOutput, ExtensionItems
3131
from constants import VALID_NHS_NUMBER
3232

3333
raw_imms: dict = {"resourceType": "Immunization", "contained": []}

0 commit comments

Comments
 (0)