Skip to content

Commit d5eb2c9

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

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

tests/model_explainability/lm_eval/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ def get_lmeval_tasks(min_downloads: int | float, max_downloads: int | float | No
8888

8989
return unique_tasks
9090

91-
def log_pod_failure_logs(logger: Logger, pod: Pod, include_spec: bool=True, tail_lines: int=100) -> None:
91+
92+
def log_pod_failure_logs(logger: Logger, pod: Pod, include_spec: bool = True, tail_lines: int = 100) -> None:
9293
"""Log pod info and logs to logger.
9394
9495
Args:

tests/model_explainability/utils.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@ def validate_tai_component_images(
3232
assert container.image in tai_configmap_values, (
3333
f"{container.name} : {container.image} not present in TrustyAI operator configmap."
3434
)
35-
36-

0 commit comments

Comments
 (0)