Merge pull request #61 from boswelja/patch-1

Add return hint for get_id
This commit is contained in:
sparky8512 2022-09-07 07:19:01 -07:00 committed by GitHub
commit 0a4aae4ffb
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: