Skip to content
Snippets Groups Projects
Commit 02735941 authored by Mehrdad Afshari's avatar Mehrdad Afshari
Browse files

Add pylint comment to justify unused import

parent 626efa67
No related branches found
No related tags found
No related merge requests found
......@@ -40,8 +40,8 @@ from google.protobuf import descriptor_pool
from google.protobuf import descriptor_pb2
from src.proto.grpc.testing import empty_pb2
from src.proto.grpc.testing.proto2 import empty2_pb2
#empty2_pb2 is imported for import-consequent side-effects.
from src.proto.grpc.testing.proto2 import empty2_pb2 # pylint: disable=unused-import
from src.proto.grpc.testing.proto2 import empty2_extensions_pb2
from tests.unit.framework.common import test_constants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment