Skip to content

Commit 66d71db

Browse files
committed
Remove new line
1 parent 6ec4ba9 commit 66d71db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

debug_toolbar/api.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ def render_panel(request: Request, store_id: str, panel_id: str) -> t.Any:
1818
scripts = []
1919
else:
2020
panel = toolbar.get_panel_by_id(panel_id)
21-
content = panel.content
22-
scripts = panel.scripts
21+
content, scripts = panel.content, panel.scripts
2322

2423
return {"content": content, "scripts": scripts}

0 commit comments

Comments
 (0)