1
0
mirror of https://github.com/ansible/awx.git synced 2026-02-05 09:45:21 +01:00

Fix imports and linter findings

* add back more missing things
This commit is contained in:
thedoubl3j
2026-01-20 15:41:33 -05:00
parent 381c7fdc5d
commit 8acdd0cbf4
2 changed files with 2 additions and 1 deletions

View File

@@ -4,7 +4,6 @@
import os
import logging
import signal
import sys
import time
from django import db

View File

@@ -3,7 +3,9 @@
import logging
import logging.config
import yaml
import copy
from django.conf import settings
from django.core.management.base import BaseCommand, CommandError
from django.core.cache import cache as django_cache
from django.db import connection