Sorted imports in test

This commit is contained in:
MatMacinf 2026-01-05 20:44:08 +01:00
parent 678df93eea
commit ed859c387d

View file

@ -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."""