Skip to content

Commit 6db27d1

Browse files
committed
Linting error
1 parent 2f8db3b commit 6db27d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recordprocessor/src/convert_to_fhir_imms_resource.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ def _decorate_performer(imms: dict, row: Dict[str, str]) -> None:
195195
_decorate_performer,
196196
]
197197

198+
198199
def _get_decorators_for_action_flag(action_flag: Operation) -> List[ImmunizationDecorator]:
199200
# VED-32 DELETE action only requires the immunisation decorator
200201
if action_flag == Operation.DELETE:

0 commit comments

Comments
 (0)