mirror of
https://github.com/ansible/awx.git
synced 2026-07-30 09:29:54 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -15,7 +15,7 @@ from django.utils.timezone import now, make_aware, get_default_timezone
|
||||
from jsonfield import JSONField
|
||||
|
||||
# AWX
|
||||
from awx.main.models.base import *
|
||||
from awx.main.models.base import * # noqa
|
||||
from awx.main.utils import ignore_inventory_computed_fields, emit_websocket_notification
|
||||
from django.core.urlresolvers import reverse
|
||||
|
||||
|
||||
Reference in New Issue
Block a user