Skip to content

Commit

Permalink
bandit silence: import for type annotation only
Browse files Browse the repository at this point in the history
Signed-off-by: Aleksei Stepanov <penguinolog@gmail.com>
  • Loading branch information
penguinolog committed May 21, 2019
1 parent 1df486c commit e5e3a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exec_helpers/exec_result.py
Expand Up @@ -24,7 +24,7 @@
import logging
import threading
import typing
import xml.etree.ElementTree
import xml.etree.ElementTree # nosec # for typing only

# External Dependencies
import defusedxml.ElementTree # type: ignore
Expand Down

0 comments on commit e5e3a8c

Please sign in to comment.