Skip to content

Commit 4b06ee2

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 97f96b4 commit 4b06ee2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

utilities/infra.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ def login_with_user_password(api_address: str, user: str, password: str | None =
467467
return bool(re.search(r"Login successful|Logged into", out))
468468

469469

470-
471470
@cache
472471
def is_managed_cluster(client: DynamicClient) -> bool:
473472
"""

0 commit comments

Comments
 (0)