Skip to content

Commit

Permalink
api: add missing Unauthorized import (fixes #1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Oct 3, 2022
1 parent 6d49c1e commit c23afcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mpcontribs-api/mpcontribs/api/contributions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
from css_html_js_minify import html_minify
from json2html import Json2Html
from boltons.iterutils import remap
from werkzeug.exceptions import Unauthorized

from flask import Blueprint, render_template
from flask_mongorest.resources import Resource
Expand Down

0 comments on commit c23afcc

Please sign in to comment.