Skip to content

Commit 5ed3a4b

Browse files
Minor syntax improvements
1 parent 38b27d5 commit 5ed3a4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tarantool/connection_pool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def connect(self):
210210

211211
self.update_ro_info()
212212

213-
def send_with_reload_on_ro_error(self, mode, method_name, *args, **kwargs):
213+
def _send_with_reload_on_ro_error(self, mode, method_name, *args, **kwargs):
214214
conn = self.strategy.getnext(mode)
215215
method = getattr(Connection, method_name)
216216

0 commit comments

Comments
 (0)