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] committed Jan 16, 2025
1 parent 5ddf5a1 commit 4068b81
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocp_resources/datavolume.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@
from timeout_sampler import TimeoutExpiredError, TimeoutSampler
from warnings import warn

gc_deprecation_warning = ("garbage collector is removed in version v1.62 and going to be deprecated", DeprecationWarning)
gc_deprecation_warning = (
"garbage collector is removed in version v1.62 and going to be deprecated",
DeprecationWarning,
)


class DataVolume(NamespacedResource):
Expand Down

0 comments on commit 4068b81

Please sign in to comment.