Skip to content

Commit

Permalink
linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Dec 13, 2024
1 parent 57c030b commit b2fa2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/utils/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def setup_logging(args):
logger.addHandler(fh)


# ToDo likly this can be removed in python 3 because that uses unicode
# ToDo likely this can be removed in python 3 because that uses unicode
# modified Version from minidom, https://github.com/python/cpython/blob/2.7/Lib/xml/dom/minidom.py
# MSS needed to change all writings as unicode not str
from xml.dom.minidom import _write_data, Node # nosec
Expand Down

0 comments on commit b2fa2d0

Please sign in to comment.