Fix pylint warning
This commit is contained in:
parent
82153eb75f
commit
1212e45a6e
1 changed files with 0 additions and 1 deletions
|
@ -154,7 +154,6 @@ def get_text_with_editor(name):
|
|||
return text
|
||||
|
||||
def create_or_get_release_draft(github, releases, tag, tag_exists):
|
||||
name = '{0} {1}'.format(PROJECT_NAME, tag)
|
||||
# Search for existing draft.
|
||||
for release in releases:
|
||||
if release['draft']:
|
||||
|
|
Loading…
Reference in a new issue