Restyled by isort

This commit is contained in:
Restyled.io
2022-04-03 10:45:55 +00:00
committed by Mungai Geoffrey
parent 076f42b81f
commit 3a699365c8
6 changed files with 20 additions and 26 deletions
+3 -3
View File
@@ -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