Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and Ahmad-Hafe committed Dec 23, 2024
1 parent d4876de commit cf9a969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocp_resources/datavolume.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,4 +327,4 @@ def delete(self, wait=False, timeout=TIMEOUT_4MINUTES, body=None):
bool: True if delete succeeded, False otherwise.
"""
if self.exists:
return super().delete(wait=wait, timeout=timeout, body=body)
return super().delete(wait=wait, timeout=timeout, body=body)

0 comments on commit cf9a969

Please sign in to comment.