summaryrefslogtreecommitdiff
path: root/pycadf/reporterstep.py
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-07-23 20:20:02 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-08-01 19:51:48 +0000
commit011f0c3c3a20ebb95c0bda8df52f1d2844db1e7b (patch)
treec1a685b178be0adb831e882ffdce33d76e908e6a /pycadf/reporterstep.py
parented95886b42a3a5afc096b7377dcd228dd0ace0dd (diff)
downloadpycadf-011f0c3c3a20ebb95c0bda8df52f1d2844db1e7b.tar.gz
Enable PEP8 checks E128, E251 and E265
* E128 continuation line under-indented for visual indent * E251 unexpected spaces around keyword / parameter equals * E265 block comment should start with '# ' Change-Id: Ie4b7d8a392c8e8bed58c171b5fc1b9db308036bc
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
]