mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
flake8
This commit is contained in:
committed by
Ryan Petrello
parent
393e1b75e9
commit
309396f199
@@ -78,6 +78,7 @@ def validate_entitlement_manifest(data):
|
|||||||
return json.loads(z.open(f).read())
|
return json.loads(z.open(f).read())
|
||||||
raise ValueError(_("Invalid manifest: manifest contains no subscriptions."))
|
raise ValueError(_("Invalid manifest: manifest contains no subscriptions."))
|
||||||
|
|
||||||
|
|
||||||
class OpenLicense(object):
|
class OpenLicense(object):
|
||||||
def validate(self):
|
def validate(self):
|
||||||
return dict(
|
return dict(
|
||||||
|
|||||||
Reference in New Issue
Block a user