Skip to content

Commit bd2a7aa

Browse files
author
Matthew Fisher
committed
style(controller): flake8
1 parent deed931 commit bd2a7aa

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

controller/registry/private.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ def publish_release(source, config, target):
2626
"""
2727
try:
2828
repo, tag = utils.parse_repository_tag(source)
29-
3029
src_image = repo
3130
src_tag = tag if tag is not None else 'latest'
32-
31+
3332
nameparts = repo.rsplit('/', 1)
3433
if len(nameparts) == 2:
3534
if '/' in nameparts[0]:

0 commit comments

Comments
 (0)