fix: superlint trailing whitespace

pull/22036/head
Novice 12 months ago
parent ecd18b70a1
commit 08024fe6de

@ -714,7 +714,7 @@ class ToolAnnotations(BaseModel):
idempotentHint: bool | None = None idempotentHint: bool | None = None
""" """
If true, calling the tool repeatedly with the same arguments If true, calling the tool repeatedly with the same arguments
will have no additional effect on the its environment. will have no additional effect on the its environment.
(This property is meaningful only when `readOnlyHint == false`) (This property is meaningful only when `readOnlyHint == false`)
Default: false Default: false

@ -57,5 +57,5 @@ def downgrade():
# ### commands auto generated by Alembic - please adjust! ### # ### commands auto generated by Alembic - please adjust! ###
op.drop_table('tool_mcp_providers') op.drop_table('tool_mcp_providers')
op.drop_table('app_mcp_servers') op.drop_table('app_mcp_servers')
# ### end Alembic commands ### # ### end Alembic commands ###

Loading…
Cancel
Save