Skip to content

Commit 73373b7

Browse files
committed
merge
1 parent 3b750f6 commit 73373b7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

redis/asyncio/connection.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1128,13 +1128,7 @@ def __init__(
11281128
self.connection_kwargs = connection_kwargs
11291129
self.max_connections = max_connections
11301130

1131-
<<<<<<< HEAD
1132-
self._available_connections: ConnectionsIndexer = (
1133-
ConnectionsIndexer() if index_available_connections else []
1134-
)
1135-
=======
11361131
self._available_connections = self.reset_available_connections()
1137-
>>>>>>> bafbc03 (polymorphism for reset available connections instead)
11381132
self._in_use_connections: Set[AbstractConnection] = set()
11391133
self.encoder_class = self.connection_kwargs.get("encoder_class", Encoder)
11401134

0 commit comments

Comments
 (0)