mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
fix flake8 and spelling
This commit is contained in:
parent
043f97fe35
commit
de1681663d
@ -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')
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import pytest
|
||||
import subprocess
|
||||
|
||||
from awx.main.utils import get_ansible_version
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user