Add return hint for get_id

This commit is contained in:
Jack Boswell 2022-09-07 13:18:43 +12:00 committed by GitHub
parent feccac23ee
commit 18ced80c25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -568,7 +568,7 @@ def get_status(context: Optional[ChannelContext] = None):
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.
Args: