mirror of
https://github.com/ansible/awx.git
synced 2026-08-03 03:19:57 -02:30
Fix flake8 warnings.
This commit is contained in:
@@ -10,7 +10,6 @@ from copy import deepcopy
|
|||||||
|
|
||||||
# AWX
|
# AWX
|
||||||
from awx.fact.models.fact import * # noqa
|
from awx.fact.models.fact import * # noqa
|
||||||
from awx.main.tests.base import BaseTest, MongoDBRequired
|
|
||||||
from .base import BaseFactTest
|
from .base import BaseFactTest
|
||||||
|
|
||||||
__all__ = ['FactHostTest', 'FactTest', 'FactGetHostVersionTest', 'FactGetHostTimelineTest']
|
__all__ = ['FactHostTest', 'FactTest', 'FactGetHostVersionTest', 'FactGetHostTimelineTest']
|
||||||
|
|||||||
Reference in New Issue
Block a user