Skip to content

Commit bfc1850

Browse files
committed
NRL-519 implement sonarcloud suggestions
1 parent b9f7d40 commit bfc1850

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
@@ -640,7 +640,7 @@ def _validate_practiceSetting(self, model: DocumentReference):
640640
issue_code="value",
641641
error_code="INVALID_RESOURCE",
642642
diagnostics=f"Invalid practice setting system: {practice_setting_system} Practice Setting system must be '{SNOMED_SYSTEM_URL}'",
643-
field=f"context.practiceSetting.coding[0].system",
643+
field="context.practiceSetting.coding[0].system",
644644
)
645645
return
646646

0 commit comments

Comments
 (0)