mirror of
https://github.com/ansible/awx.git
synced 2026-04-10 20:49:24 -02:30
remove star imports in tasks and non-base models
This commit is contained in:
@@ -16,7 +16,6 @@ from django.utils.translation import ugettext_lazy as _
|
||||
# AWX
|
||||
from awx.api.versioning import reverse
|
||||
from django.contrib.auth.models import User # noqa
|
||||
from awx.main.models.base import * # noqa
|
||||
|
||||
__all__ = [
|
||||
'Role',
|
||||
|
||||
Reference in New Issue
Block a user