Skip to content

Commit da4f613

Browse files
committed
improve code quality
1 parent 0b62274 commit da4f613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/test_sqlthread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def filter_table_column(schema, column):
2020
yield y
2121

2222

23-
class TestSqlThread(unittest.TestCase): # pylint: disable: W0212, protected-access
23+
class TestSqlThread(unittest.TestCase): # pylint: disable= W0212, protected-access
2424
"""
2525
Test case for SQLThread
2626
"""

0 commit comments

Comments
 (0)