mirror of
https://github.com/ansible/awx.git
synced 2026-01-27 08:31:28 -03:30
removed unused import
Signed-off-by: Jessica Mack <jmack@redhat.com>
This commit is contained in:
parent
026b8f05d7
commit
8b70fef743
@ -1,7 +1,6 @@
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
from django.core.management.base import BaseCommand
|
from django.core.management.base import BaseCommand
|
||||||
from django.conf import settings
|
|
||||||
from django.core.cache import cache
|
from django.core.cache import cache
|
||||||
from awx.main.dispatch import pg_bus_conn
|
from awx.main.dispatch import pg_bus_conn
|
||||||
from awx.conf import settings_registry
|
from awx.conf import settings_registry
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user