Cleanup
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
from __future__ import annotations
|
||||
|
||||
from typing import Annotated
|
||||
|
||||
from litestar.contrib.repository import FilterTypes
|
||||
@ -15,7 +13,7 @@ from app.lib import service
|
||||
|
||||
|
||||
class Machine(BigIntBase):
|
||||
__tablename__ = "machines"
|
||||
__tablename__ = "machines" # type: ignore[assignment]
|
||||
|
||||
caption: Mapped[str]
|
||||
enabled: Mapped[bool]
|
||||
|
||||
Reference in New Issue
Block a user