Skip to content

Commit 01e405e

Browse files
committed
Updated excluded wordlist
1 parent 13a9b2d commit 01e405e

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

.github/wordlist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
APM
22
ARGV
33
BFCommands
4+
CacheImpl
45
CFCommands
56
CMSCommands
67
ClusterNode

redis/retry.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,6 @@
11
import socket
22
from time import sleep
3-
from typing import (
4-
TYPE_CHECKING,
5-
Any,
6-
Callable,
7-
Iterable,
8-
Tuple,
9-
Type,
10-
TypeVar,
11-
)
3+
from typing import TYPE_CHECKING, Any, Callable, Iterable, Tuple, Type, TypeVar
124

135
from redis.exceptions import ConnectionError, TimeoutError
146

0 commit comments

Comments
 (0)