From 49ee6156434a4648952ef5e31ce45b26fdbb5d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Dlouh=C3=BD?= Date: Mon, 14 Aug 2023 10:53:04 +0200 Subject: [PATCH] remove merge relicts --- elastic_panel/panel.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/elastic_panel/panel.py b/elastic_panel/panel.py index c61fb45..01c2918 100644 --- a/elastic_panel/panel.py +++ b/elastic_panel/panel.py @@ -4,9 +4,7 @@ from debug_toolbar.panels import Panel from debug_toolbar.utils import ( - get_module_path, get_stack, - hidden_paths, render_stacktrace, tidy_stacktrace, ) @@ -52,9 +50,6 @@ def _pretty_json(data): return data -hidden_paths.append(get_module_path(__name__)) - - class ElasticQueryInfo: def __init__(self, method, full_url, path, body, status_code, response, duration): if not body: