mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Fix E305 PEP8 error
> expected 2 blank lines after end of function or class
This commit is contained in:
parent
30f59ec027
commit
b7d64be5d0
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ def release_bumped(initial_version, new_version):
|
|||
new_release = new_version.split('-')[-1]
|
||||
return new_release == str(int(first_release) + 1)
|
||||
|
||||
|
||||
TEMPLATE_TAGGER_TITO_PROPS = """
|
||||
[buildconfig]
|
||||
tagger = tito.tagger.VersionTagger
|
||||
|
|
Loading…
Add table
Reference in a new issue