aboutsummaryrefslogtreecommitdiff
path: root/examples/python/helloworld/async_greeter_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/python/helloworld/async_greeter_client.py')
-rw-r--r--examples/python/helloworld/async_greeter_client.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/python/helloworld/async_greeter_client.py b/examples/python/helloworld/async_greeter_client.py
index 08a54230a5..b779a88195 100644
--- a/examples/python/helloworld/async_greeter_client.py
+++ b/examples/python/helloworld/async_greeter_client.py
@@ -13,10 +13,10 @@
# limitations under the License.
"""The Python AsyncIO implementation of the GRPC helloworld.Greeter client."""
-import logging
import asyncio
-import grpc
+import logging
+import grpc
import helloworld_pb2
import helloworld_pb2_grpc