Skip to content

Commit 2721b1e

Browse files
committed
refactor(media): reorganize import statements for clarity
- Moved the import of `aumid` from `core.utils.win32` to `core.utils.win32.aumid` for better structure.
1 parent bf78b21 commit 2721b1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/widgets/yasb/media.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@
2222
get_source_app_display_name,
2323
get_source_app_mapping,
2424
)
25-
from core.utils.win32.aumid import (
2625
from core.utils.widgets.media.tokenizer import clean_string
27-
from core.utils.win32.app_aumid import (
26+
from core.utils.win32.aumid import (
2827
ERROR_INSUFFICIENT_BUFFER,
2928
PROCESS_QUERY_LIMITED_INFORMATION,
3029
CloseHandle,

0 commit comments

Comments
 (0)