Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add deprecation warning for remove garbage collector dead code #2253

Merged
merged 11 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 16, 2025
commit 32b86f8f56039df9de3aac98b74e3d499c8e1298
1 change: 0 additions & 1 deletion ocp_resources/datavolume.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
from warnings import warn



class DataVolume(NamespacedResource):
"""
DataVolume object.
Expand Down