Skip to content

Commit

Permalink
global: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
max-moser committed Feb 23, 2023
1 parent 204cf15 commit 8cf84b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion invenio_stats/aggregations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

import math
from collections import OrderedDict
from copy import deepcopy
from datetime import datetime
from functools import wraps

Expand Down
3 changes: 1 addition & 2 deletions invenio_stats/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@
from base64 import b64encode
from math import ceil

from flask import current_app, request, session
from flask import request, session
from flask_login import current_user
from geolite2 import geolite2
from invenio_cache import current_cache
from invenio_search.engine import dsl
from werkzeug.utils import import_string


def get_anonymization_salt(ts):
Expand Down

0 comments on commit 8cf84b5

Please sign in to comment.