ruff: enable PIE lint

this just removes needless pass or ...
This commit is contained in:
Marcel Hellwig
2026-01-05 13:14:47 +01:00
parent f2141ca8b8
commit acd883df21
7 changed files with 6 additions and 17 deletions

View File

@@ -20,7 +20,6 @@ class OAuthAccount(SQLAlchemyBaseOAuthAccountTableUUID, Base):
refresh_token: Mapped[Optional[str]] = mapped_column(
String(length=4096), nullable=True
)
pass
class User(SQLAlchemyBaseUserTableUUID, Base):