mirror of
https://github.com/beetbox/beets.git
synced 2026-02-08 08:25:23 +01:00
Sorted imports in test
This commit is contained in:
parent
678df93eea
commit
ed859c387d
1 changed files with 2 additions and 4 deletions
|
|
@ -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."""
|
||||
Loading…
Reference in a new issue