Skip to content

Commit f674438

Browse files
committed
Type hints for test_k8s.py
1 parent 6d93f7a commit f674438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/authentication/test_k8s.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def __init__(
7777
username: Optional[str] = None,
7878
uid: Optional[str] = None,
7979
groups: Optional[list[str]] = None,
80-
):
80+
) -> None:
8181
"""Init function."""
8282
self.status = MockK8sResponseStatus(
8383
authenticated, allowed, username, uid, groups

0 commit comments

Comments
 (0)