mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
remove unused imports
This commit is contained in:
@@ -2,7 +2,6 @@
|
|||||||
This library contains all the functions related to albums.
|
This library contains all the functions related to albums.
|
||||||
"""
|
"""
|
||||||
import random
|
import random
|
||||||
import urllib
|
|
||||||
from typing import List
|
from typing import List
|
||||||
|
|
||||||
from app import api
|
from app import api
|
||||||
@@ -11,7 +10,6 @@ from app import instances
|
|||||||
from app import models
|
from app import models
|
||||||
from app.lib import taglib
|
from app.lib import taglib
|
||||||
from app.lib import trackslib
|
from app.lib import trackslib
|
||||||
from progress.bar import Bar
|
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,12 @@
|
|||||||
from dataclasses import dataclass
|
from dataclasses import dataclass
|
||||||
from os import scandir
|
from os import scandir
|
||||||
from pprint import pprint
|
|
||||||
from time import time
|
from time import time
|
||||||
from typing import Dict
|
|
||||||
from typing import List
|
from typing import List
|
||||||
from typing import Set
|
from typing import Set
|
||||||
from typing import Tuple
|
from typing import Tuple
|
||||||
|
|
||||||
from app import api
|
from app import api
|
||||||
from app import helpers
|
from app import helpers
|
||||||
from app.instances import tracks_instance
|
|
||||||
from app.lib import taglib
|
|
||||||
from app.models import Folder
|
from app.models import Folder
|
||||||
from app.models import Track
|
from app.models import Track
|
||||||
from tqdm import tqdm
|
from tqdm import tqdm
|
||||||
|
|||||||
Reference in New Issue
Block a user