mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
flake8 fix
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
|
||||
import os
|
||||
import pytest
|
||||
import re
|
||||
import shutil
|
||||
import stat
|
||||
import tempfile
|
||||
import time
|
||||
from collections import OrderedDict
|
||||
from io import StringIO
|
||||
from unittest import mock
|
||||
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import tempfile
|
||||
import json
|
||||
import yaml
|
||||
import pytest
|
||||
from itertools import count
|
||||
|
||||
from awx.main.utils.encryption import encrypt_value
|
||||
from awx.main.tasks import RunJob
|
||||
from awx.main.models import (
|
||||
Job,
|
||||
JobTemplate,
|
||||
@@ -15,7 +12,6 @@ from awx.main.models import (
|
||||
Project,
|
||||
Inventory
|
||||
)
|
||||
from awx.main.utils.safe_yaml import SafeLoader
|
||||
|
||||
ENCRYPTED_SECRET = encrypt_value('secret')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user