Skip to content

Commit aec612a

Browse files
committed
clean up import
1 parent bb16d97 commit aec612a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contentctl/objects/mitre_attack_enrichment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MitreTactics(StrEnum):
2020
EXFILTRATION = "Exfiltration"
2121
IMPACT = "Impact"
2222

23-
from enum import StrEnum
23+
2424
class AttackGroupMatrix(StrEnum):
2525
mitre_attack = "mitre-attack"
2626

0 commit comments

Comments
 (0)