summaryrefslogtreecommitdiff
path: root/pycadf/reporterstep.py
diff options
context:
space:
mode:
Diffstat (limited to 'pycadf/reporterstep.py')
-rw-r--r--pycadf/reporterstep.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pycadf/reporterstep.py b/pycadf/reporterstep.py
index 232cf2e..159a7e6 100644
--- a/pycadf/reporterstep.py
+++ b/pycadf/reporterstep.py
@@ -24,13 +24,13 @@ REPORTERSTEP_KEYNAME_ROLE = "role"
REPORTERSTEP_KEYNAME_REPORTER = "reporter"
REPORTERSTEP_KEYNAME_REPORTERID = "reporterId"
REPORTERSTEP_KEYNAME_REPORTERTIME = "reporterTime"
-#REPORTERSTEP_KEYNAME_ATTACHMENTS = "attachments"
+# REPORTERSTEP_KEYNAME_ATTACHMENTS = "attachments"
REPORTERSTEP_KEYNAMES = [REPORTERSTEP_KEYNAME_ROLE,
REPORTERSTEP_KEYNAME_REPORTER,
REPORTERSTEP_KEYNAME_REPORTERID,
REPORTERSTEP_KEYNAME_REPORTERTIME,
- #REPORTERSTEP_KEYNAME_ATTACHMENTS
+ # REPORTERSTEP_KEYNAME_ATTACHMENTS
]