mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02:30
Presence of Redis on all platforms.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user