Skip to content

Commit 28aa7f5

Browse files
flake8: fix compatibility issues
Part of #270
1 parent c5fb4b6 commit 28aa7f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tarantool/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,4 +142,4 @@ def connectmesh(addrs=({'host': 'localhost', 'port': 3301},), user=None,
142142
__all__ = ['connect', 'Connection', 'connectmesh', 'MeshConnection', 'Schema',
143143
'Error', 'DatabaseError', 'NetworkError', 'NetworkWarning',
144144
'SchemaError', 'dbapi', 'Datetime', 'Interval', 'IntervalAdjust',
145-
'ConnectionPool', 'Mode', 'BoxError',]
145+
'ConnectionPool', 'Mode', 'BoxError']

tarantool/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
# Tarantool 2.10 protocol version is 3
137137
CONNECTOR_IPROTO_VERSION = 3
138138
# List of connector-supported features
139-
CONNECTOR_FEATURES = [IPROTO_FEATURE_ERROR_EXTENSION,]
139+
CONNECTOR_FEATURES = [IPROTO_FEATURE_ERROR_EXTENSION]
140140

141141
# Authenticate with CHAP-SHA1 (Tarantool CE and EE)
142142
AUTH_TYPE_CHAP_SHA1 = "chap-sha1"

0 commit comments

Comments
 (0)