Merge pull request #61 from boswelja/patch-1
Add return hint for get_id
This commit is contained in:
commit
0a4aae4ffb
1 changed files with 1 additions and 1 deletions
|
@ -568,7 +568,7 @@ def get_status(context: Optional[ChannelContext] = None):
|
||||||
return call_with_channel(grpc_call, context=context)
|
return call_with_channel(grpc_call, context=context)
|
||||||
|
|
||||||
|
|
||||||
def get_id(context: Optional[ChannelContext] = None):
|
def get_id(context: Optional[ChannelContext] = None) -> str:
|
||||||
"""Return the ID from the dish status information.
|
"""Return the ID from the dish status information.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
|
Loading…
Reference in a new issue