Fix import order.
This commit is contained in:
parent
64b9935f99
commit
3804523de4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user