flake8: apply E3 rules
This commit is contained in:
parent
05340b146b
commit
0f727a2ab4
32 changed files with 534 additions and 70 deletions
|
|
@ -27,6 +27,7 @@ def get_channel_arches(channel):
|
|||
ret[koji.canonArch(a)] = 1
|
||||
return ret
|
||||
|
||||
|
||||
@export
|
||||
def runroot(tagInfo, arch, command, channel=None, **opts):
|
||||
""" Create a runroot task """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue