Ruff format after rebase.

This commit is contained in:
Sebastian Mohr 2025-12-02 13:37:54 +01:00
parent 9ca95bf721
commit f7ddcdeb59
2 changed files with 2 additions and 4 deletions

View file

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

View file

@ -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)