Skip to content

Commit fd2bb24

Browse files
committed
Noqa clausule
1 parent c640b26 commit fd2bb24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/utils/cluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def get_pod_by_prefix(
173173
result = get_pods(namespace)
174174
for pod in result:
175175
if prefix in pod:
176-
pods.append(pod)
176+
pods.append(pod) # noqa: PERF401
177177
if fail_not_found and not pods:
178178
assert False, f"No OLS api server pod found in list pods: {result}"
179179
return pods

0 commit comments

Comments
 (0)