mirror of
https://github.com/ansible/awx.git
synced 2026-06-23 23:57:52 -02:30
remove usage of import * and enforce F405 in our linter
import * is a scourge upon the earth
This commit is contained in:
@@ -10,7 +10,7 @@ import pytest
|
||||
from unittest import mock
|
||||
|
||||
# AWX
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.models import ProjectUpdate
|
||||
from awx.api.versioning import reverse
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user