mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 06:17:36 -02:30
move code linting to a stricter pep8-esque auto-formatting tool, black
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from awxkit.api import pages, client, resources # NOQA
|
||||
from awxkit.config import config # NOQA
|
||||
from awxkit import awx # NOQA
|
||||
from awxkit.ws import WSClient # NOQA
|
||||
from awxkit.api import pages, client, resources # NOQA
|
||||
from awxkit.config import config # NOQA
|
||||
from awxkit import awx # NOQA
|
||||
from awxkit.ws import WSClient # NOQA
|
||||
|
||||
Reference in New Issue
Block a user