mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Remove unused imports
This commit is contained in:
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
|
||||
|
||||
@ -1,6 +1,5 @@
|
||||
from unittest import mock
|
||||
import pytest
|
||||
import json
|
||||
|
||||
from requests.adapters import HTTPAdapter
|
||||
from requests.utils import select_proxy
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user