Skip to content

Commit 40f173f

Browse files
author
Mrutunjay Kinagi
committed
test(auth): remove stale no-cover pragma on covered line
1 parent 8f7cfb0 commit 40f173f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/client/test_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def __init__(self):
4545
self._client_info: OAuthClientInformationFull | None = None
4646

4747
async def get_tokens(self) -> OAuthToken | None:
48-
return self._tokens # pragma: no cover
48+
return self._tokens
4949

5050
async def set_tokens(self, tokens: OAuthToken) -> None:
5151
self._tokens = tokens

0 commit comments

Comments
 (0)