Skip to content

Commit

Permalink
Update src/monggregate/stages/search/base.py
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
VianneyMI and github-actions[bot] committed Apr 21, 2024
1 parent 57dd3f1 commit 9e02920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/monggregate/stages/search/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from monggregate.base import pyd, BaseModel
from monggregate.stages.stage import Stage
from monggregate.search.collectors import Facet
from monggregate.search.operators import(
from monggregate.search.operators import (
Autocomplete,
Compound,
Equals,
Expand Down

0 comments on commit 9e02920

Please sign in to comment.