mirror of
https://github.com/ansible/awx.git
synced 2026-07-12 00:44:36 -02:30
remove star imports in tasks and non-base models
This commit is contained in:
@@ -18,7 +18,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
# AWX
|
||||
from awx.api.versioning import reverse
|
||||
from awx.main.models.base import * # noqa
|
||||
from awx.main.models.base import CommonModel
|
||||
from awx.main.models.jobs import LaunchTimeConfig
|
||||
from awx.main.utils import ignore_inventory_computed_fields
|
||||
from awx.main.consumers import emit_channel_notification
|
||||
|
||||
Reference in New Issue
Block a user