mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 23:16:01 -03:30
Fix up flake8
This commit is contained in:
@@ -9,7 +9,6 @@ import copy
|
|||||||
from urlparse import urljoin
|
from urlparse import urljoin
|
||||||
import os.path
|
import os.path
|
||||||
import six
|
import six
|
||||||
from distutils.version import LooseVersion
|
|
||||||
|
|
||||||
# Django
|
# Django
|
||||||
from django.conf import settings
|
from django.conf import settings
|
||||||
@@ -42,7 +41,7 @@ from awx.main.models.notifications import (
|
|||||||
NotificationTemplate,
|
NotificationTemplate,
|
||||||
JobNotificationMixin,
|
JobNotificationMixin,
|
||||||
)
|
)
|
||||||
from awx.main.utils import _inventory_updates, get_ansible_version, region_sorting
|
from awx.main.utils import _inventory_updates, region_sorting
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['Inventory', 'Host', 'Group', 'InventorySource', 'InventoryUpdate',
|
__all__ = ['Inventory', 'Host', 'Group', 'InventorySource', 'InventoryUpdate',
|
||||||
|
|||||||
Reference in New Issue
Block a user