Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

MarkDaoust
Copy link
Collaborator

GRPC has a circular import that's skipped by the typing flag. Move imports to make the build pass.

in grpc/_typing.py:

if TYPE_CHECKING:
    from grpc import ServicerContext
    from grpc._server import _RPCState

@MarkDaoust MarkDaoust requested a review from a team as a code owner December 21, 2023 22:52
@github-actions github-actions bot added status:awaiting review PR awaiting review from a maintainer component:python sdk Issue/PR related to Python SDK labels Dec 21, 2023
@shilpakancharla shilpakancharla merged commit 7698c69 into main Dec 23, 2023
@github-actions github-actions bot removed the status:awaiting review PR awaiting review from a maintainer label Dec 23, 2023
@MarkDaoust MarkDaoust deleted the MarkDaoust-patch-9 branch October 3, 2024 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:python sdk Issue/PR related to Python SDK
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants