Skip to content

Commit c8d6d6b

Browse files
committed
Removed break line
1 parent 5496d42 commit c8d6d6b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

debug_toolbar/toolbar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def get_panel_classes(
5656
cls: t.Type[DT],
5757
panels: t.Sequence[str],
5858
) -> t.Sequence[t.Type[Panel]]:
59-
6059
if cls._panel_classes is None:
6160
cls._panel_classes = [import_string(panel_path) for panel_path in panels]
6261
return cls._panel_classes

0 commit comments

Comments
 (0)