Update imports

This commit is contained in:
exu 2024-06-07 20:50:15 +02:00
parent 5eb6d2885f
commit 8e5d9d9900

View File

@ -27,6 +27,7 @@ from random import randint
# typing hints
from typing import Any, Optional
# temporary file/directory management
import tempfile
# working with sound files
@ -41,9 +42,6 @@ import shutil
# signal handling
import signal
# exiting
import sys
"""
Normalize loudness of all music files in a given directory and its subdirectories.
"""