Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
vbessonov committed Nov 8, 2020
1 parent ba04081 commit 5a739d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/problem_detail.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
"""
import json as j
import logging

from flask_babel import LazyString
from nose.tools import set_trace

from core.exceptions import BaseError
from ..exceptions import BaseError

JSON_MEDIA_TYPE = "application/api-problem+json"

Expand Down

0 comments on commit 5a739d3

Please sign in to comment.