From ed859c387dcdcce8cd8019e55342fb97c6deb938 Mon Sep 17 00:00:00 2001 From: MatMacinf Date: Mon, 5 Jan 2026 20:44:08 +0100 Subject: [PATCH] Sorted imports in test --- test/{ => plugins}/test_stats_overview.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) rename test/{ => plugins}/test_stats_overview.py (98%) diff --git a/test/test_stats_overview.py b/test/plugins/test_stats_overview.py similarity index 98% rename from test/test_stats_overview.py rename to test/plugins/test_stats_overview.py index 67d77439b..19132b58d 100644 --- a/test/test_stats_overview.py +++ b/test/plugins/test_stats_overview.py @@ -13,13 +13,11 @@ import pytest +from beets.library import Item, Library from beets.ui.commands.stats import show_overview_report -from beets.library import Item -from beets.library import Library + # --- Fixtures --- - - @pytest.fixture def library(tmp_path): """Create a temporary empty Beets library."""