Skip to content

Commit 4bdbdda

Browse files
pylint: fix Windows compatibility
Follows #270
1 parent 24aa8de commit 4bdbdda

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: tarantool/connection.py

+2
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,7 @@ def connect_unix(self):
913913
914914
:meta private:
915915
"""
916+
# pylint: disable=no-member
916917

917918
try:
918919
# If old socket already exists - close it and re-create
@@ -1193,6 +1194,7 @@ def _opt_reconnect(self):
11931194
11941195
:meta private:
11951196
"""
1197+
# pylint: disable=no-member
11961198

11971199
# **Bug in Python: timeout is an internal Python construction (???).
11981200
if not self._socket:

0 commit comments

Comments
 (0)