Skip to content

Commit b0586c3

Browse files
committed
fix import
1 parent 19f4372 commit b0586c3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

siem-converter/app/converter/core/tokenizer.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
from app.converter.core.mapping import SourceMapping, DEFAULT_MAPPING_NAME, BasePlatformMappings
2828
from app.converter.core.models.field import Field, Keyword
2929
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
30+
from app.converter.core.custom_types.tokens import OperatorType, GroupType
3231
from app.converter.tools.utils import get_match_group
3332

3433
TOKEN_TYPE = Union[Field, Keyword, Identifier]

0 commit comments

Comments
 (0)