Skip to content

Commit 9c44891

Browse files
Move async channel to tests (#36)
1 parent cf37226 commit 9c44891

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/betterproto2/grpc/util/__init__.py

Whitespace-only changes.

tests/grpc/test_grpclib_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import pytest
99
from grpclib.testing import ChannelFor
1010

11-
from betterproto2.grpc.util.async_channel import AsyncChannel
11+
from tests.grpc.async_channel import AsyncChannel
1212
from tests.output_betterproto.service import (
1313
DoThingRequest,
1414
DoThingResponse,

tests/grpc/test_stream_stream.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import pytest
66

77
import betterproto2
8-
from betterproto2.grpc.util.async_channel import AsyncChannel
8+
from tests.grpc.async_channel import AsyncChannel
99

1010

1111
@dataclass

0 commit comments

Comments
 (0)