mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -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:
@@ -7,7 +7,6 @@ import yaml
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
import subprocess
|
||||
import stat
|
||||
import urllib.parse
|
||||
import threading
|
||||
|
||||
Reference in New Issue
Block a user