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
@@ -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]: