We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f4372 commit b0586c3Copy full SHA for b0586c3
siem-converter/app/converter/core/tokenizer.py
@@ -27,8 +27,7 @@
27
from app.converter.core.mapping import SourceMapping, DEFAULT_MAPPING_NAME, BasePlatformMappings
28
from app.converter.core.models.field import Field, Keyword
29
from app.converter.core.models.identifier import Identifier
30
-from app.converter.platforms.sigma.models.group import GroupType
31
-from app.converter.core.custom_types.tokens import OperatorType
+from app.converter.core.custom_types.tokens import OperatorType, GroupType
32
from app.converter.tools.utils import get_match_group
33
34
TOKEN_TYPE = Union[Field, Keyword, Identifier]
0 commit comments