Skip to content

Commit a61229a

Browse files
committed
Unnecessary override
1 parent 682cb3c commit a61229a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

debug_toolbar_user_switcher/panels.py

-4
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ class UserPanel(Panel):
6161
has_content = True
6262
template = "debug_toolbar_user_panel/panel.html"
6363

64-
def __init__(self, get_response):
65-
self.get_response = get_response
66-
super().__init__(get_response)
67-
6864
@property
6965
def nav_title(self):
7066
return _("User")

0 commit comments

Comments
 (0)