From de1681663dbb46659dfd0d6fdb05559979894866 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Thu, 14 Apr 2016 08:55:56 -0400 Subject: [PATCH] fix flake8 and spelling --- awx/main/tests/unit/settings/test_development.py | 3 +-- awx/main/tests/unit/test_utils.py | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/awx/main/tests/unit/settings/test_development.py b/awx/main/tests/unit/settings/test_development.py index 9367a3db85..a6012f8d26 100644 --- a/awx/main/tests/unit/settings/test_development.py +++ b/awx/main/tests/unit/settings/test_development.py @@ -1,6 +1,5 @@ -import pytest -def test_ANSILE_VERSION(mocker): +def test_ANSIBLE_VERSION(mocker): from django.conf import settings assert hasattr(settings, 'ANSIBLE_VERSION') diff --git a/awx/main/tests/unit/test_utils.py b/awx/main/tests/unit/test_utils.py index 231a1ec7c5..f16f107c16 100644 --- a/awx/main/tests/unit/test_utils.py +++ b/awx/main/tests/unit/test_utils.py @@ -1,4 +1,3 @@ -import pytest import subprocess from awx.main.utils import get_ansible_version