mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03: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
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
from unittest import mock
|
||||
import pytest
|
||||
import json
|
||||
|
||||
from requests.adapters import HTTPAdapter
|
||||
from requests.utils import select_proxy
|
||||
|
||||
Reference in New Issue
Block a user