mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 02:29:21 -02:30
remove usage of import * and enforce F405 in our linter
import * is a scourge upon the earth
This commit is contained in:
@@ -6,7 +6,7 @@ from django.utils.translation import ugettext_lazy as _
|
||||
|
||||
# Tower
|
||||
from awx.conf import register, fields
|
||||
from awx.ui.fields import * # noqa
|
||||
from awx.ui.fields import PendoTrackingStateField, CustomLogoField # noqa
|
||||
|
||||
|
||||
register(
|
||||
|
||||
Reference in New Issue
Block a user