Skip to content

Commit 2bb0969

Browse files
committed
Remove unused datetime import
Drop the stale datetime import from the custom JUnit writer to keep the module clean and avoid unused-import warnings.
1 parent 1d0f7ba commit 2bb0969

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

terraform_compliance/extensions/junit_xml_fix.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import os
77
import sys
8-
from datetime import datetime
98
from xml.etree import ElementTree as ET
109

1110
from radish.extensionregistry import extension

0 commit comments

Comments
 (0)