mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Remove unused imports
This commit is contained in:
committed by
John Westcott IV
parent
e53a5da91e
commit
d32a5905e8
@@ -39,7 +39,7 @@ from awx.main.models.events import (
|
||||
InventoryUpdateEvent,
|
||||
SystemJobEvent,
|
||||
)
|
||||
from awx.main.models.workflow import WorkflowJobTemplate, WorkflowJob
|
||||
from awx.main.models.workflow import WorkflowJobTemplate
|
||||
from awx.main.models.ad_hoc_commands import AdHocCommand
|
||||
from awx.main.models.oauth import OAuth2Application as Application
|
||||
from awx.main.models.execution_environments import ExecutionEnvironment
|
||||
|
||||
Reference in New Issue
Block a user