We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5496d42 commit c8d6d6bCopy full SHA for c8d6d6b
1 file changed
debug_toolbar/toolbar.py
@@ -56,7 +56,6 @@ def get_panel_classes(
56
cls: t.Type[DT],
57
panels: t.Sequence[str],
58
) -> t.Sequence[t.Type[Panel]]:
59
-
60
if cls._panel_classes is None:
61
cls._panel_classes = [import_string(panel_path) for panel_path in panels]
62
return cls._panel_classes
0 commit comments