mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
tests/integration/test_server_reload: add pylint hints
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
parent
b528a72e89
commit
568e29ceb6
@ -1,3 +1,10 @@
|
||||
# pylint: disable=wrong-import-order
|
||||
# pylint: disable=line-too-long
|
||||
# pylint: disable=redefined-builtin
|
||||
# pylint: disable=redefined-outer-name
|
||||
# pylint: disable=protected-access
|
||||
# pylint: disable=broad-except
|
||||
|
||||
import contextlib
|
||||
import grpc
|
||||
import psycopg2
|
||||
|
Loading…
Reference in New Issue
Block a user