Skip to content

Commit 5ef73c1

Browse files
Fix CO_Person schema def formatting
1 parent 1f080df commit 5ef73c1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

comanage_person_schema_utils.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env python3
22

3-
CO_PERSON = {"co_id": None, "timezone": None, "dateofbirth": None, "status": None}
3+
CO_PERSON = {
4+
"co_id": None,
5+
"timezone": None,
6+
"dateofbirth": None,
7+
"status": None
8+
}
49

510
IDENTIFIER = {
611
"identifier": None,

0 commit comments

Comments
 (0)