We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400c966 commit 5b73bebCopy full SHA for 5b73beb
1 file changed
tableauserverclient/helpers/strings.py
@@ -9,8 +9,6 @@
9
T = TypeVar("T", str, bytes)
10
11
12
-# usage: _redact_any_type("<xml workbook password= cooliothesecond>")
13
-# -> b"<xml workbook password =***************">
14
def _redact_any_type(xml: T, sensitive_word: T, replacement: T, encoding=None) -> T:
15
try:
16
root = fromstring(xml)
0 commit comments