Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dtrai2 committed Nov 12, 2024
1 parent b6cc4cb commit f4648c8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions logprep/processor/field_manager/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,16 @@
.. automodule:: logprep.processor.field_manager.rule
"""

import itertools
from collections import namedtuple

from logprep.abc.processor import Processor
from logprep.processor.base.exceptions import FieldExistsWarning
from logprep.processor.field_manager.rule import FieldManagerRule
from logprep.util.helper import (
add_and_overwrite,
add_batch_to,
add_field_to,
get_dotted_field_value,
pop_dotted_field_value,
add_batch_to,
)


Expand Down
1 change: 0 additions & 1 deletion logprep/processor/list_comparison/processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
from attr import define, field, validators

from logprep.abc.processor import Processor
from logprep.processor.base.exceptions import FieldExistsWarning
from logprep.processor.list_comparison.rule import ListComparisonRule
from logprep.util.helper import add_field_to, get_dotted_field_value

Expand Down

0 comments on commit f4648c8

Please sign in to comment.