Restyled by autopep8

This commit is contained in:
Restyled.io
2022-04-03 10:45:47 +00:00
committed by Mungai Geoffrey
parent 9c16d27507
commit ec7352ec56
3 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -2,6 +2,7 @@
Contains all the folder routes.
"""
from app import helpers
import datetime
import os
from flask import Blueprint, request
@@ -11,7 +12,6 @@ from app import settings
from app.lib import folderslib
folder_bp = Blueprint("folder", __name__, url_prefix="/")
from app import helpers
@folder_bp.route("/folder", methods=["POST"])