Skip to content

Commit

Permalink
Add pylint comment to justify unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
mehrdada committed Mar 23, 2017
1 parent 626efa6 commit 0273594
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
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
Expand Down

0 comments on commit 0273594

Please sign in to comment.