Skip to content

Commit

Permalink
remove merge relicts
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 14, 2023
1 parent fa44e8d commit 49ee615
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions elastic_panel/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 49ee615

Please sign in to comment.