mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-04-23 01:05:39 +02:00
ruff: enable PIE lint
this just removes needless pass or ...
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user