Skip to content

Commit a51b7a4

Browse files
committed
style(cli): format kubernetes monitoring module
1 parent 049ac99 commit a51b7a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kubernetes_monitoring.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ class SnapshotPayload:
119119
command: Optional[str]
120120

121121

122-
def _log_k8s_error(category: str, header: str, guidance: str, detail: Exception) -> None:
122+
def _log_k8s_error(
123+
category: str, header: str, guidance: str, detail: Exception
124+
) -> None:
123125
"""Kubernetes API 오류 메시지를 한 번만 출력."""
124126
signature = f"{category}:{type(detail).__name__}:{detail}"
125127
if signature in _API_ERROR_SIGNATURES:

0 commit comments

Comments
 (0)