Fix up some flake8 import issues

This commit is contained in:
Matthew Jones
2015-12-17 11:34:01 -05:00
parent 4ae8d35cc3
commit b59e4d8111
6 changed files with 0 additions and 6 deletions

View File

@@ -22,7 +22,6 @@ from awx.main.models.base import * # noqa
from awx.main.models.jobs import Job
from awx.main.models.unified_jobs import * # noqa
from awx.main.utils import update_scm_url
from awx.main.conf import tower_settings
__all__ = ['Project', 'ProjectUpdate']