Skip to content

Commit c1f4f8b

Browse files
committed
pep8
1 parent 0f0bba4 commit c1f4f8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/viur/core/config.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,8 @@ class Conf(ConfigType):
805805
# "json.bone.structure.inlists", # dump skeleton structure with every JSON list response (#774 for details)
806806
# "tasks.periodic.useminutes", # Interpret int/float values for @PeriodicTask as minutes
807807
# # instead of seconds (#1133 for details)
808-
# "bone.select.structure.values.keytuple", # render old-style tuple-list in SelectBone's values structure (#1203)
808+
# "bone.select.structure.values.keytuple", # render old-style tuple-list in SelectBone's
809+
# values structure (#1203)
809810
]
810811
"""Backward compatibility flags; Remove to enforce new style."""
811812

0 commit comments

Comments
 (0)