builder: small whitespace fix
Two lines before the first class. Will make auto-format happy; and David.
This commit is contained in:
parent
5f16fb1e31
commit
9c5f38fc35
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ API_BASE = "api/composer-koji/v1/"
|
||||||
# koji API. It is based on the corresponding OpenAPI specification
|
# koji API. It is based on the corresponding OpenAPI specification
|
||||||
# version '1' and should model it closely.
|
# version '1' and should model it closely.
|
||||||
|
|
||||||
|
|
||||||
class Repository:
|
class Repository:
|
||||||
def __init__(self, baseurl: str, gpgkey: str = None):
|
def __init__(self, baseurl: str, gpgkey: str = None):
|
||||||
self.baseurl = baseurl
|
self.baseurl = baseurl
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue