File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1131,7 +1131,7 @@ def __init__(
1131
1131
1132
1132
self ._available_connections : ConnectionsIndexer = ConnectionsIndexer ()
1133
1133
self ._in_use_connections : Set [AbstractConnection ] = set ()
1134
- self ._index_available_connections = index_available_connections
1134
+ self ._index_available_connections = index_available_connections
1135
1135
self .encoder_class = self .connection_kwargs .get ("encoder_class" , Encoder )
1136
1136
1137
1137
def __repr__ (self ):
Original file line number Diff line number Diff line change @@ -1149,7 +1149,7 @@ def __init__(
1149
1149
# will notice the first thread already did the work and simply
1150
1150
# release the lock.
1151
1151
self ._fork_lock = threading .Lock ()
1152
- self ._index_available_connections = index_available_connections
1152
+ self ._index_available_connections = index_available_connections
1153
1153
self .reset ()
1154
1154
1155
1155
def __repr__ (self ) -> (str , str ):
You can’t perform that action at this time.
0 commit comments