Skip to content

Commit

Permalink
Merge pull request tableau#1323 from tableau/clean-up-comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jacalata committed Nov 20, 2023
2 parents 400c966 + 5b73beb commit b7d4729
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tableauserverclient/helpers/strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
T = TypeVar("T", str, bytes)


# usage: _redact_any_type("<xml workbook password= cooliothesecond>")
# -> b"<xml workbook password =***************">
def _redact_any_type(xml: T, sensitive_word: T, replacement: T, encoding=None) -> T:
try:
root = fromstring(xml)
Expand Down

0 comments on commit b7d4729

Please sign in to comment.