builder: small whitespace fix

Two lines before the first class. Will make auto-format happy;
and David.
This commit is contained in:
Christian Kellner 2022-01-24 09:19:04 +00:00
parent 5f16fb1e31
commit 9c5f38fc35

View file

@ -46,6 +46,7 @@ API_BASE = "api/composer-koji/v1/"
# koji API. It is based on the corresponding OpenAPI specification
# version '1' and should model it closely.
class Repository:
def __init__(self, baseurl: str, gpgkey: str = None):
self.baseurl = baseurl