Skip to content
Prev Previous commit
fix: mypy -- remove return
Signed-off-by: Hannah Zhang <[email protected]>
  • Loading branch information
hhzhang16 committed Sep 9, 2025
commit b7073f375acf49d2f38fe5c34c3be20ae7200626
1 change: 0 additions & 1 deletion deploy/utils/inject_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def copy_manifest(namespace: str, manifest_path: Path, target_path: str) -> None

print("✓ Manifest successfully copied to PVC")
print(f"File details: {result.stdout.strip()}")
return target_path


def main():
Expand Down
Loading