We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39d73a commit bee950aCopy full SHA for bee950a
flask_restplus/representations.py
@@ -1,10 +1,7 @@
1
# -*- coding: utf-8 -*-
2
from __future__ import unicode_literals, absolute_import
3
4
-try:
5
- from ujson import dumps
6
-except ImportError:
7
- from json import dumps
+from json import dumps
8
9
from flask import make_response, current_app
10
0 commit comments