tests/integration/test_server_reload: add pylint hints

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
This commit is contained in:
Azat Khuzhin 2022-05-03 12:58:50 +03:00
parent b528a72e89
commit 568e29ceb6

View File

@ -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