tarantool / tarantool-python

Python client library for Tarantool
https://www.tarantool.io
BSD 2-Clause "Simplified" License
100 stars 48 forks source link

Remove redundant settimeout() #120

Closed Totktonada closed 5 years ago

Totktonada commented 5 years ago

It is already set in connect_tcp() or connect_unix().

Follows up #115.