Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein committed Aug 1, 2024
1 parent 1b252f8 commit 787f17a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ahbicht/validation/validation.py
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ def map_requirement_validation_values(
elif requirement_indicator is ModalMark.KANN:
requirement_validation = RequirementValidationValue.IS_OPTIONAL

return requirement_validation # pylint:disable=possibly-used-before-assignment
return requirement_validation # pylint:disable=possibly-used-before-assignment


def combine_requirements_of_different_levels(
Expand Down

0 comments on commit 787f17a

Please sign in to comment.