mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 20:43:04 +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]:
|
||||
|
||||
@@ -4,10 +4,10 @@ This library contains all the functions related to tracks.
|
||||
|
||||
import os
|
||||
from typing import List
|
||||
from app import models, instances
|
||||
from app.lib import albumslib
|
||||
|
||||
from app import api, instances, models
|
||||
from app.helpers import remove_duplicates
|
||||
from app import api
|
||||
from app.lib import albumslib
|
||||
from progress.bar import Bar
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user