Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
KeynesYouDigIt committed Sep 11, 2021
1 parent c531555 commit 274f273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyxform/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
AUDIO_QUALITY_EXTERNAL = "external"

# https://getodk.github.io/xforms-spec/#file-endpoints
# TODO - theres key repetion here to handle the diverse use cases.
# TODO - theres values repeated under different keys to handle the diverse use cases.
# could I be a function? or a DefaultDict?
SANDBOXED_TYPE_EP_PREFIX_MAP = {
"photo": "jr://images/",
Expand All @@ -116,8 +116,8 @@
"background-audio": "jr://audio/",
"video": "jr://video/",
"xml": "jr://file/",
"csv": "jr://file-csv/",
"file": "jr://file/",
"csv": "jr://file-csv/",
"file-csv": "jr://file-csv/",
"lastsaved": "jr://instance/last-saved",
}

0 comments on commit 274f273

Please sign in to comment.