Skip to content

Commit 95fe35e

Browse files
pylint: fix no-member case
Fix the only case of E1101 no-member. Part of #270
1 parent cf500e0 commit 95fe35e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/suites/test_schema.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def setUpClass(cls):
131131
box.space.constr_tester_2:create_index('I1', { parts = {'id'} })
132132
box.space.constr_tester_2:create_index('I2', { parts = {'table1_id'} })
133133
""")
134+
cls.encoding = None
134135

135136
def setUp(self):
136137
# prevent a remote tarantool from clean our session

0 commit comments

Comments
 (0)