mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
Fixing flake8 errors, this should be almost all of them!
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
# Python
|
||||
import base64
|
||||
import contextlib
|
||||
import datetime
|
||||
import json
|
||||
import os
|
||||
import random
|
||||
@@ -23,10 +22,9 @@ from django.conf import settings, UserSettingsHolder
|
||||
from django.contrib.auth.models import User
|
||||
import django.test
|
||||
from django.test.client import Client
|
||||
from django.test.utils import override_settings
|
||||
|
||||
# AWX
|
||||
from awx.main.models import *
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.backend import LDAPSettings
|
||||
from awx.main.management.commands.run_callback_receiver import CallbackReceiver
|
||||
from awx.main.management.commands.run_task_system import run_taskmanager
|
||||
|
||||
Reference in New Issue
Block a user