Fix flake8 warnings.

This commit is contained in:
Chris Church
2015-04-09 22:55:53 -04:00
parent 0d9d9db1f9
commit 48bbac7f18
3 changed files with 3 additions and 4 deletions

View File

@@ -10,7 +10,6 @@ from copy import deepcopy
# AWX
from awx.fact.models.fact import * # noqa
from awx.main.tests.base import BaseTest, MongoDBRequired
from .base import BaseFactTest
__all__ = ['FactHostTest', 'FactTest', 'FactGetHostVersionTest', 'FactGetHostTimelineTest']