flake8 fix

This commit is contained in:
chris meyers
2019-03-20 14:38:28 -04:00
parent 8c26f20188
commit 60ef160e85
4 changed files with 1 additions and 11 deletions

View File

@@ -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

View File

@@ -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')