Skip to content

Commit

Permalink
Fix single-cell formatting (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaReiser authored Sep 20, 2024
1 parent 6238b50 commit 780d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruff_lsp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ def _create_single_cell_notebook_json(source: str) -> str:
"cells": [
{
"cell_type": "code",
"metadata": None,
"metadata": {},
"outputs": [],
"source": source,
}
Expand Down

0 comments on commit 780d268

Please sign in to comment.