Skip to content

Commit 0b4e025

Browse files
author
Simon Prickett
committed
Removed unused import.
1 parent a34f18e commit 0b4e025

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/intro/consumer-average.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
from redis import Redis
44
from redis.exceptions import ResponseError
55
from collections import deque
6-
import random
76
import time
87
import json
98
import socket

src/intro/consumer.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
# Usage: Part of Redis University RU202 courseware
33
from redis import Redis
44
from redis.exceptions import ResponseError
5-
import random
65
import time
76
import json
87
import socket

0 commit comments

Comments
 (0)