Skip to content

Commit e617529

Browse files
committed
Add future annotations import to fields.py for improved type hinting
1 parent cf489ca commit e617529

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sigma/analyze/fields.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
"""Extract field names from Sigma rules."""
2+
from __future__ import annotations
3+
24
from operator import add
35
from typing import List, Set, Tuple
46
from sigma.rule import SigmaRule, SigmaDetection, SigmaDetectionItem

0 commit comments

Comments
 (0)