mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
flake8
This commit is contained in:
@@ -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