Skip to content

Commit af38547

Browse files
committed
autoformat change
1 parent 33ddb31 commit af38547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/user_implemented/custom_user_mappings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def get_relations() -> List[Relation]:
8080
property_name="parttime_day",
8181
values=["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
8282
treat_as_mandatory=True,
83-
)
83+
),
8484
]
8585
return relations
8686

0 commit comments

Comments
 (0)