mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
Restyled by autopep8
This commit is contained in:
committed by
Mungai Geoffrey
parent
9c16d27507
commit
ec7352ec56
@@ -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"])
|
||||
|
||||
Reference in New Issue
Block a user