Skip to content

Commit 732e0d9

Browse files
committed
refactor: updated long lines in constants
1 parent b96d127 commit 732e0d9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

sandbox/api/constants.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,15 @@
6666
CONSENT__SINGLE_CONSENTING_ADULT_RELATIONSHIP = (
6767
f"{CONSENT__DIRECTORY}single-consenting-adult-relationship.yaml"
6868
)
69-
CONSENT__SINGLE_CONSENTING_ADULT_RELATIONSHIP_INCLUDE_BOTH = f"{CONSENT__DIRECTORY}single-consenting-adult-relationship-include-performer-patient.yaml"
69+
CONSENT__SINGLE_CONSENTING_ADULT_RELATIONSHIP_INCLUDE_BOTH = (
70+
f"{CONSENT__DIRECTORY}single-consenting-adult-relationship-include-performer-patient.yaml"
71+
)
7072
CONSENT__SINGLE_MOTHER_CHILD_RELATIONSHIP = (
7173
f"{CONSENT__DIRECTORY}single-mother-child-relationship.yaml"
7274
)
73-
CONSENT__SINGLE_MOTHER_CHILD_RELATIONSHIP_INCLUDE_BOTH = f"{CONSENT__DIRECTORY}single-mother-child-relationship-include-performer-patient.yaml"
75+
CONSENT__SINGLE_MOTHER_CHILD_RELATIONSHIP_INCLUDE_BOTH = (
76+
f"{CONSENT__DIRECTORY}single-mother-child-relationship-include-performer-patient.yaml"
77+
)
7478
CONSENT__STATUS_PARAM_INVALID = (
7579
f"{CONSENT__DIRECTORY}errors/invalid-status-parameter.yaml"
7680
)

0 commit comments

Comments
 (0)