-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
2,745 additions
and
2,728 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
from typing import Any | ||
|
||
__path__: Any |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# @generated by generate_proto_mypy_stubs.py. Do not edit! | ||
import sys | ||
""" | ||
@generated by mypy-protobuf. Do not edit manually! | ||
isort:skip_file | ||
""" | ||
import google.protobuf.descriptor | ||
|
||
from google.protobuf.descriptor import ( | ||
FieldDescriptor as google___protobuf___descriptor___FieldDescriptor, | ||
FileDescriptor as google___protobuf___descriptor___FileDescriptor, | ||
) | ||
from google.protobuf.message import Message as google___protobuf___message___Message | ||
DESCRIPTOR: google.protobuf.descriptor.FileDescriptor = ... | ||
|
||
DESCRIPTOR: google___protobuf___descriptor___FileDescriptor = ... | ||
|
||
http: google___protobuf___descriptor___FieldDescriptor = ... | ||
http: google.protobuf.descriptor.FieldDescriptor = ... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.