Skip to content

Commit e5e3a8c

Browse files
committed
bandit silence: import for type annotation only
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
1 parent 1df486c commit e5e3a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exec_helpers/exec_result.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import logging
2525
import threading
2626
import typing
27-
import xml.etree.ElementTree
27+
import xml.etree.ElementTree # nosec # for typing only
2828

2929
# External Dependencies
3030
import defusedxml.ElementTree # type: ignore

0 commit comments

Comments
 (0)