finished grpc server func type hints
This commit is contained in:
parent
0388140068
commit
03c4d8768d
2 changed files with 176 additions and 63 deletions
|
@ -196,7 +196,7 @@ def convert_value(value: Any) -> str:
|
|||
|
||||
|
||||
def get_config_options(
|
||||
config: Dict[str, str], configurable_options: ConfigurableOptions
|
||||
config: Dict[str, str], configurable_options: Type[ConfigurableOptions]
|
||||
) -> Dict[str, core_pb2.ConfigOption]:
|
||||
"""
|
||||
Retrieve configuration options in a form that is used by the grpc server.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue