We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24aa8de commit 4bdbddaCopy full SHA for 4bdbdda
tarantool/connection.py
@@ -913,6 +913,7 @@ def connect_unix(self):
913
914
:meta private:
915
"""
916
+ # pylint: disable=no-member
917
918
try:
919
# If old socket already exists - close it and re-create
@@ -1193,6 +1194,7 @@ def _opt_reconnect(self):
1193
1194
1195
1196
1197
1198
1199
# **Bug in Python: timeout is an internal Python construction (???).
1200
if not self._socket:
0 commit comments