mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 23:07:42 -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:
@@ -2,10 +2,7 @@
|
||||
# Generated by Django 1.11.7 on 2018-02-27 17:58
|
||||
from __future__ import unicode_literals
|
||||
|
||||
import awx.main.fields
|
||||
from django.conf import settings
|
||||
from django.db import migrations, models
|
||||
import django.db.models.deletion
|
||||
from django.db import migrations
|
||||
|
||||
# TODO: Squash all of these migrations with '0024_v330_add_oauth_activity_stream_registrar'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user