mirror of
https://github.com/ansible/awx.git
synced 2026-05-22 08:17:39 -02:30
Fix flake8 E305 errors.
This commit is contained in:
@@ -88,6 +88,7 @@ def _load_default_license_from_file():
|
||||
logger.warning('Could not read license from "%s".', license_file, exc_info=True)
|
||||
return {}
|
||||
|
||||
|
||||
register(
|
||||
'LICENSE',
|
||||
field_class=fields.DictField,
|
||||
|
||||
Reference in New Issue
Block a user