fix flake8 and spelling

This commit is contained in:
Chris Meyers 2016-04-14 08:55:56 -04:00
parent 043f97fe35
commit de1681663d
2 changed files with 1 additions and 3 deletions

View File

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

View File

@ -1,4 +1,3 @@
import pytest
import subprocess
from awx.main.utils import get_ansible_version