Skip to content

Commit 4ba798a

Browse files
committed
Removed unused import
1 parent ecf10fe commit 4ba798a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

redis/asyncio/sentinel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import asyncio
22
import random
3-
import weakref
43
from typing import AsyncIterator, Iterable, Mapping, Optional, Sequence, Tuple, Type
54

65
from redis.asyncio.client import Redis

0 commit comments

Comments
 (0)