Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
petrutlucian94 committed Dec 10, 2024
1 parent 244335e commit 72d17d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/integration/tests/test_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ def test_node_cleanup_new_containerd_path(instances: List[harness.Instance]):

boostrap_config = yaml.safe_load(containerd_path_bootstrap_config)
new_containerd_paths = [
os.path.join(boostrap_config["containerd-base-dir"], "k8s-containerd", p.lstrip("/"))
os.path.join(
boostrap_config["containerd-base-dir"], "k8s-containerd", p.lstrip("/")
)
for p in CONTAINERD_PATHS
]

Expand Down

0 comments on commit 72d17d3

Please sign in to comment.