fix flake8

This commit is contained in:
chris meyers
2020-02-21 15:36:27 -05:00
committed by Ryan Petrello
parent e25bd931a1
commit 093d204d19
12 changed files with 22 additions and 54 deletions

View File

@@ -2,13 +2,11 @@ import inspect
import logging
import sys
import json
import re
from uuid import uuid4
from django.conf import settings
from django.db import connection
from . import pg_bus_conn, get_local_queuename
from . import pg_bus_conn
logger = logging.getLogger('awx.main.dispatch')