Update imports
This commit is contained in:
parent
5eb6d2885f
commit
8e5d9d9900
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user