Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
HIFIS
Overall
Surveys
HIFIS Surveyval
Commits
91187255
Verified
Commit
91187255
authored
Oct 19, 2021
by
Erxleben, Fredo
Browse files
Make Linter happy
Signed-off-by:
Fredo Erxleben
<
f.erxleben@hzdr.de
>
parent
a3e4ddda
Pipeline
#105983
passed with stages
in 2 minutes and 46 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
hifis_surveyval/models/question.py
View file @
91187255
...
...
@@ -181,7 +181,6 @@ class Question(
If answer options were present, but none of the answer options
had an ID that matched the given value
"""
if
not
value
:
# Convert empty strings to None to properly indicate that no
# data was provided
...
...
hifis_surveyval/models/question_collection.py
View file @
91187255
...
...
@@ -77,7 +77,7 @@ class QuestionCollection(
text
:
Translated
,
label
:
str
,
questions
:
List
[
Question
],
mandatory
:
bool
,
mandatory
:
bool
,
settings
:
Settings
,
)
->
None
:
"""
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment