From 18ced80c2598d2f7dab0a73c4b939dbc44e31a26 Mon Sep 17 00:00:00 2001 From: Jack Boswell Date: Wed, 7 Sep 2022 13:18:43 +1200 Subject: [PATCH] Add return hint for get_id --- starlink_grpc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starlink_grpc.py b/starlink_grpc.py index 9f3726c..3379e01 100644 --- a/starlink_grpc.py +++ b/starlink_grpc.py @@ -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: