We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ddb31 commit af38547Copy full SHA for af38547
tests/user_implemented/custom_user_mappings.py
@@ -80,7 +80,7 @@ def get_relations() -> List[Relation]:
80
property_name="parttime_day",
81
values=["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
82
treat_as_mandatory=True,
83
- )
+ ),
84
]
85
return relations
86
0 commit comments