mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 08:39:17 +01:00
Ruff format after rebase.
This commit is contained in:
parent
9ca95bf721
commit
f7ddcdeb59
2 changed files with 2 additions and 4 deletions
|
|
@ -35,7 +35,7 @@ from collections.abc import (
|
||||||
Sequence,
|
Sequence,
|
||||||
)
|
)
|
||||||
from sqlite3 import Connection, sqlite_version_info
|
from sqlite3 import Connection, sqlite_version_info
|
||||||
from typing import TYPE_CHECKING, Any, AnyStr, Generic
|
from typing import TYPE_CHECKING, Any, AnyStr, Generic, NamedTuple
|
||||||
|
|
||||||
from typing_extensions import TypeVar # default value support
|
from typing_extensions import TypeVar # default value support
|
||||||
from unidecode import unidecode
|
from unidecode import unidecode
|
||||||
|
|
|
||||||
|
|
@ -876,5 +876,3 @@ class TestIndex:
|
||||||
# Should be unique or not
|
# Should be unique or not
|
||||||
index_set = {index1, index2}
|
index_set = {index1, index2}
|
||||||
assert len(index_set) == (1 if equality else 2)
|
assert len(index_set) == (1 if equality else 2)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue