Skip to content

Commit

Permalink
Silence warning about extra branches from asserts
Browse files Browse the repository at this point in the history
  • Loading branch information
nwiltsie committed Aug 2, 2024
1 parent 8fd9cc9 commit eca4a83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bumpchanges/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def blank_unreleased(cls):
@classmethod
def from_tokens(cls, tokens):
"""Parse a Version from a token stream."""
# pylint: disable=too-many-branches
# Open, content, close
if (
len(tokens) < 3
Expand Down

0 comments on commit eca4a83

Please sign in to comment.