removed unused import

Signed-off-by: Jessica Mack <jmack@redhat.com>
This commit is contained in:
Jessica Mack 2023-01-19 13:44:50 -05:00 committed by Hao Liu
parent 026b8f05d7
commit 8b70fef743

View File

@ -1,7 +1,6 @@
import logging
from django.core.management.base import BaseCommand
from django.conf import settings
from django.core.cache import cache
from awx.main.dispatch import pg_bus_conn
from awx.conf import settings_registry