Skip to content

Commit 2080d44

Browse files
run black
1 parent 3298f4b commit 2080d44

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

test/async_only/test_async_only.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@
1010
"""
1111

1212
from typing import Awaitable
13+
1314
import grpc.aio
14-
from testproto.grpc import dummy_pb2_grpc, dummy_pb2
15+
from testproto.grpc import dummy_pb2, dummy_pb2_grpc
1516

1617

1718
class AsyncOnlyServicer(dummy_pb2_grpc.DummyServiceServicer):

test/sync_only/test_sync_only.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"""
1010

1111
import grpc
12-
from testproto.grpc import dummy_pb2_grpc, dummy_pb2
12+
from testproto.grpc import dummy_pb2, dummy_pb2_grpc
1313

1414

1515
class AsyncOnlyServicer(dummy_pb2_grpc.DummyServiceServicer):

0 commit comments

Comments
 (0)