Skip to content

Commit

Permalink
Add start-geopoint, username. Sort list.
Browse files Browse the repository at this point in the history
Black
  • Loading branch information
yanokwa committed Jul 28, 2021
1 parent ba5770a commit b295f3f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyxform/aliases.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,14 @@
"false()": False,
}
label_optional_types = [
"calculate",
"deviceid",
"end",
"phonenumber",
"simserial",
"calculate",
"start",
"end",
"start-geopoint",
"today",
"username",
]
osm = {"osm": constants.OSM_TYPE}

0 comments on commit b295f3f

Please sign in to comment.