mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
Restyled by isort
This commit is contained in:
committed by
Mungai Geoffrey
parent
076f42b81f
commit
3a699365c8
@@ -2,12 +2,12 @@
|
||||
This library contains all the functions related to albums.
|
||||
"""
|
||||
|
||||
from pprint import pprint
|
||||
import urllib
|
||||
from pprint import pprint
|
||||
from typing import List
|
||||
from app import models, functions
|
||||
|
||||
from app import api, functions, models
|
||||
from app.lib import trackslib
|
||||
from app import api
|
||||
|
||||
|
||||
def create_everything() -> List[models.Track]:
|
||||
|
||||
Reference in New Issue
Block a user