Skip to content

Commit a4bcb62

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocp_resources/datavolume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,4 +327,4 @@ def delete(self, wait=False, timeout=TIMEOUT_4MINUTES, body=None):
327327
bool: True if delete succeeded, False otherwise.
328328
"""
329329
if self.exists:
330-
return super().delete(wait=wait, timeout=timeout, body=body)
330+
return super().delete(wait=wait, timeout=timeout, body=body)

0 commit comments

Comments
 (0)