Skip to content

Commit

Permalink
Fix missing import (#929)
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjacobson committed Oct 13, 2020
1 parent f6d5734 commit ff4a976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discovery-provider/src/api/v1/users.py
Expand Up @@ -14,8 +14,8 @@
from src.queries.get_followers_for_user import get_followers_for_user

from src.api.v1.helpers import abort_not_found, decode_with_abort, extend_activity, extend_favorite, extend_track, \
extend_user, format_limit, format_offset, make_response, search_parser, success_response, abort_bad_request_param, \
get_default_max, decode_string_id
extend_user, format_limit, format_offset, get_current_user_id, make_response, search_parser, success_response, abort_bad_request_param, \
get_default_max
from .models.tracks import track, track_full
from .models.activities import activity_model, activity_model_full
from src.utils.redis_cache import cache
Expand Down

0 comments on commit ff4a976

Please sign in to comment.