Skip to content

Commit 30e50bb

Browse files
update get_auth_metadata to return metadata (#112)
1 parent 708e598 commit 30e50bb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

riva/client/auth.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ def get_auth_metadata(self) -> List[Tuple[str, str]]:
6666
Metadata for authorizing requests. Should be passed to stub methods.
6767
6868
Returns:
69-
:obj:`List[Tuple[str, str]]`: an empty list.
69+
:obj:`List[Tuple[str, str]]`: an tuple list of provided metadata
7070
"""
71-
metadata = []
72-
return metadata
71+
return self.metadata

0 commit comments

Comments
 (0)