Skip to content

Commit

Permalink
Make flake happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lmolkova committed Oct 31, 2023
1 parent 795e018 commit dba3293
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def derive_requirement_level(self, attribute: SemanticAttribute):
else:
# We put the condition in the notes after the table
self.render_ctx.add_note(attribute.requirement_level_msg)
required = f"Conditionally Required: [{ len(self.render_ctx.notes)}]"
required = f"Conditionally Required: [{len(self.render_ctx.notes)}]"
elif attribute.requirement_level == RequirementLevel.OPT_IN:
required = "Opt-In"
else: # attribute.requirement_level == Required.RECOMMENDED or None
Expand Down

0 comments on commit dba3293

Please sign in to comment.