Skip to content

Commit

Permalink
config: remove unused stat query
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Aug 14, 2024
1 parent 906b02b commit e433657
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cds/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from invenio_records_rest.facets import range_filter, terms_filter
from invenio_stats.aggregations import StatAggregator
from invenio_stats.processors import EventsIndexer, anonymize_user, flag_robots
from invenio_stats.queries import DateHistogramQuery, TermsQuery
from invenio_stats.queries import TermsQuery
from invenio_stats.tasks import StatsAggregationTask, StatsEventTask

from .modules.deposit.facets import created_by_me_aggs
Expand Down

0 comments on commit e433657

Please sign in to comment.