finished grpc server func type hints

This commit is contained in:
Blake Harnden 2020-01-13 21:33:15 -08:00
parent 0388140068
commit 03c4d8768d
2 changed files with 176 additions and 63 deletions

View file

@ -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.