Skip to content

Commit

Permalink
Removed unused import in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
VianneyMI committed Apr 17, 2024
1 parent a3bfd29 commit 8d0c4fa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/monggregate/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
from monggregate.base import BaseModel
from monggregate.stages import (
AnyStage,
Stage,
BucketAuto,
GranularityEnum,
Bucket,
Expand All @@ -35,14 +34,13 @@
Unset,
VectorSearch,
)
from monggregate.stages.search.base import SearchBase, OperatorLiteral
from monggregate.stages.search.base import OperatorLiteral
from monggregate.search.operators import OperatorMap
from monggregate.search.operators.compound import Compound, ClauseType
from monggregate.search.collectors.facet import Facet, FacetType
from monggregate.search.commons import CountOptions, HighlightOptions
from monggregate.operators import MergeObjects
from monggregate.dollar import ROOT
from monggregate.utils import StrEnum



Check warning on line 46 in src/monggregate/pipeline.py

View workflow job for this annotation

GitHub Actions / lint-and-format-backend

[black-format] reported by reviewdog 🐶 Raw Output: /home/runner/work/monggregate/monggregate/src/monggregate/pipeline.py:46:- /home/runner/work/monggregate/monggregate/src/monggregate/pipeline.py:47:-class Pipeline(BaseModel): # pylint: disable=too-many-public-methods /home/runner/work/monggregate/monggregate/src/monggregate/pipeline.py:46:+class Pipeline(BaseModel): # pylint: disable=too-many-public-methods
Expand Down

0 comments on commit 8d0c4fa

Please sign in to comment.