mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 11:20:39 -03:30
Presence of Redis on all platforms.
This commit is contained in:
parent
b7b92cb995
commit
c3cc163702
@ -17,9 +17,6 @@ import random
|
||||
# PyYAML
|
||||
import yaml
|
||||
|
||||
# ZMQ
|
||||
import zmq
|
||||
|
||||
# Django
|
||||
from django.conf import settings
|
||||
from django.db import models, connection
|
||||
|
||||
@ -15,9 +15,6 @@ import uuid
|
||||
# PyYAML
|
||||
import yaml
|
||||
|
||||
# ZMQ
|
||||
import zmq
|
||||
|
||||
# Django
|
||||
from django.conf import settings
|
||||
from django.db import models
|
||||
|
||||
@ -16,9 +16,6 @@ import uuid
|
||||
# PyYAML
|
||||
import yaml
|
||||
|
||||
# ZeroMQ
|
||||
import zmq
|
||||
|
||||
# Django
|
||||
from django.conf import settings
|
||||
from django.db import models
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user