8000 Merge pull request #1323 from tableau/clean-up-comments · daxcurson/server-client-python@b7d4729 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7d4729

Browse files
authored
Merge pull request tableau#1323 from tableau/clean-up-comments
2 parents 400c966 + 5b73beb commit b7d4729

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tableauserverclient/helpers/strings.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@
99
T = TypeVar("T", str, bytes)
1010

1111

12-
# usage: _redact_any_type("<xml workbook password= cooliothesecond>")
13-
# -> b"<xml workbook password =***************">
1412
def _redact_any_type(xml: T, sensitive_word: T, replacement: T, encoding=None) -> T:
1513
try:
1614
root = fromstring(xml)

0 commit comments

Comments
 (0)
0