mirror of
https://github.com/TagStudioDev/TagStudio.git
synced 2026-02-01 23:59:10 +00:00
fix: remove unused dataclass
This commit is contained in:
@@ -52,17 +52,6 @@ class ItemType(enum.Enum):
|
||||
TAG_GROUP = 2
|
||||
|
||||
|
||||
@dataclass
|
||||
class TagFilterState:
|
||||
search: str | None = None
|
||||
page_index: int | None = 0
|
||||
page_size: int | None = 500
|
||||
|
||||
def __post_init__(self):
|
||||
if self.search is not None:
|
||||
self.search = self.search.strip()
|
||||
|
||||
|
||||
@dataclass
|
||||
class FilterState:
|
||||
"""Represent a state of the Library grid view."""
|
||||
|
||||
Reference in New Issue
Block a user