Skip to content

Commit

Permalink
flake8 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
george-ghawali committed Dec 30, 2024
1 parent 4169794 commit c437ae7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions plugins/modules/ntnx_protected_resources_info_v2.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@
RETURN = r"""
"""

from ansible.module_utils.basic import missing_required_lib # noqa: E402

from ..module_utils.base_module import BaseModule # noqa: E402
from ..module_utils.utils import remove_param_with_none_value # noqa: E402
from ..module_utils.v4.data_protection.api_client import ( # noqa: E402
Expand Down

0 comments on commit c437ae7

Please sign in to comment.