mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 20:49:24 -02:30
Fixing up more pep8 issues
This commit is contained in:
@@ -38,8 +38,7 @@ from django.utils.timezone import now
|
||||
|
||||
# AWX
|
||||
from awx.main.constants import CLOUD_PROVIDERS
|
||||
from awx.main.models import * # Job, JobEvent, ProjectUpdate, InventoryUpdate,
|
||||
# Schedule, UnifiedJobTemplate, Instance
|
||||
from awx.main.models import *
|
||||
from awx.main.queue import FifoQueue
|
||||
from awx.main.utils import (get_ansible_version, decrypt_field, update_scm_url,
|
||||
ignore_inventory_computed_fields, emit_websocket_notification,
|
||||
|
||||
Reference in New Issue
Block a user