mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
Restyled by isort
This commit is contained in:
committed by
Mungai Geoffrey
parent
076f42b81f
commit
3a699365c8
@@ -2,10 +2,9 @@
|
||||
Contains all the track routes.
|
||||
"""
|
||||
|
||||
from app import api, instances
|
||||
from flask import Blueprint, send_file
|
||||
|
||||
from app import instances, api
|
||||
|
||||
track_bp = Blueprint("track", __name__, url_prefix="/")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user