Skip to content

Commit

Permalink
stats: add missing import for StatsSearch
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Sep 28, 2023
1 parent 9dd4c2f commit ca3fab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rero_ils/modules/stats/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
from elasticsearch_dsl import Q
from flask import Blueprint, abort, make_response, render_template, request

from .api.api import Stat
from .api.api import Stat, StatsSearch
from .api.pricing import StatsForPricing
from .permissions import check_logged_as_admin, check_logged_as_librarian
from .serializers import StatCSVSerializer
Expand Down

0 comments on commit ca3fab2

Please sign in to comment.