Skip to content

Commit a941ec6

Browse files
committed
Fix import order to satisfy pylint
1 parent bfbd192 commit a941ec6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/python/grpcio_testing/grpc_testing/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"""Objects for use in testing gRPC Python-using application code."""
1515

1616
import abc
17+
import six
1718

1819
from google.protobuf import descriptor
19-
import six
2020

2121
import grpc
2222

0 commit comments

Comments
 (0)