Skip to content

Commit 5bde75e

Browse files
authored
Merge pull request #17 from UncoderIO/file-structure-refactoring
fix import
2 parents 0723620 + b0586c3 commit 5bde75e

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)