mirror of
https://github.com/ansible/awx.git
synced 2026-07-05 05:18:02 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
# Copyright (c) 2014 AnsibleWorks, Inc.
|
||||
# All Rights Reserved.
|
||||
|
||||
from awx.main.tests.organizations import OrganizationsTest
|
||||
from awx.main.tests.users import *
|
||||
from awx.main.tests.inventory import *
|
||||
from awx.main.tests.projects import ProjectsTest, ProjectUpdatesTest
|
||||
from awx.main.tests.commands import *
|
||||
from awx.main.tests.scripts import *
|
||||
from awx.main.tests.tasks import RunJobTest
|
||||
from awx.main.tests.licenses import LicenseTests
|
||||
from awx.main.tests.jobs import *
|
||||
from awx.main.tests.activity_stream import *
|
||||
from awx.main.tests.schedules import *
|
||||
from awx.main.tests.redact import *
|
||||
from awx.main.tests.views import *
|
||||
from awx.main.tests.organizations import OrganizationsTest # noqa
|
||||
from awx.main.tests.users import * # noqa
|
||||
from awx.main.tests.inventory import * # noqa
|
||||
from awx.main.tests.projects import ProjectsTest, ProjectUpdatesTest # noqa
|
||||
from awx.main.tests.commands import * # noqa
|
||||
from awx.main.tests.scripts import * # noqa
|
||||
from awx.main.tests.tasks import RunJobTest # noqa
|
||||
from awx.main.tests.licenses import LicenseTests # noqa
|
||||
from awx.main.tests.jobs import * # noqa
|
||||
from awx.main.tests.activity_stream import * # noqa
|
||||
from awx.main.tests.schedules import * # noqa
|
||||
from awx.main.tests.redact import * # noqa
|
||||
from awx.main.tests.views import * # noqa
|
||||
|
||||
Reference in New Issue
Block a user