Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
cofin committed Dec 6, 2024
1 parent 26a1fb2 commit 5ceb453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced_alchemy/filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ def _parse_single_filter(self, filter_obj: dict[str, Any]) -> dict[str, Any] | N


@dataclass
class AGGridFilterAdapter:
class AGGridFilter:
"""Adapter to convert AG Grid filter input into MultiFilter-compatible format."""

aggrid_filters: dict[str, dict[str, Any]]
Expand Down

0 comments on commit 5ceb453

Please sign in to comment.