Skip to content

Commit

Permalink
Last try: docstring instead of comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jan 18, 2023
1 parent 06ddf81 commit c6a658b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plugins/module_utils/scaleway.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,10 @@ def parse_pagination_link(header):


def filter_sensitive_attributes(container, attributes):
# WARNING: This function is effectively private, **do not use it**!
# It will be removed or renamed once changing its name no longer triggers a pylint bug.
'''
WARNING: This function is effectively private, **do not use it**!
It will be removed or renamed once changing its name no longer triggers a pylint bug.
'''
for attr in attributes:
container[attr] = "SENSITIVE_VALUE"

Expand Down

0 comments on commit c6a658b

Please sign in to comment.