mirror of
https://github.com/ansible/awx.git
synced 2026-07-09 23:38:06 -02:30
use flake8 to lint for a few things black doesn't catch
black does *not* warn about missing or extraneous imports, so let's bring back flake8 in our linting to check for them
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import collections
|
||||
import time
|
||||
import logging
|
||||
from base64 import b64encode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user