Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove a missing import #4821

Merged
merged 1 commit into from
Dec 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# @generated by generate_proto_mypy_stubs.py. Do not edit!

# Manually edited to work around #4815.

import sys
from google.protobuf.any_pb2 import (
Any as google___protobuf___any_pb2___Any,
Expand Down Expand Up @@ -42,9 +45,12 @@ from google.protobuf.timestamp_pb2 import (
Timestamp as google___protobuf___timestamp_pb2___Timestamp,
)

from google.protobuf.unittest_pb2 import (
TestAllExtensions as google___protobuf___unittest_pb2___TestAllExtensions,
)
# Work-around #4815
# from google.protobuf.unittest_pb2 import (
# TestAllExtensions as google___protobuf___unittest_pb2___TestAllExtensions,
# )
from typing import Any
google___protobuf___unittest_pb2___TestAllExtensions = Any

from google.protobuf.wrappers_pb2 import (
BoolValue as google___protobuf___wrappers_pb2___BoolValue,
Expand Down