Fix import order.

This commit is contained in:
Alexis Lahouze 2017-05-13 10:42:33 +02:00
parent 64b9935f99
commit 3804523de4
1 changed files with 1 additions and 2 deletions

View File

@ -15,10 +15,9 @@
along with Accountant. If not, see <http://www.gnu.org/licenses/>.
"""
# vim: set tw=80 ts=4 sw=4 sts=4:
import arrow
from functools import wraps
import arrow
from flask import request, g, current_app as app
from flask_restplus import Namespace, Resource, fields, marshal_with_field