Skip to content

Commit 523a233

Browse files
committed
Fixing linter errors
1 parent 3a872bd commit 523a233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
from enum import Enum
21
import random
32
import socket
43
import sys
54
import threading
65
import time
76
from collections import OrderedDict
7+
from enum import Enum
88
from typing import Any, Callable, Dict, List, Optional, Tuple, Union
99

1010
from redis._parsers import CommandsParser, Encoder

0 commit comments

Comments
 (0)