We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a34f18e commit 0b4e025Copy full SHA for 0b4e025
src/intro/consumer-average.py
@@ -3,7 +3,6 @@
3
from redis import Redis
4
from redis.exceptions import ResponseError
5
from collections import deque
6
-import random
7
import time
8
import json
9
import socket
src/intro/consumer.py
@@ -2,7 +2,6 @@
2
# Usage: Part of Redis University RU202 courseware
0 commit comments