Skip to content

Commit e75a579

Browse files
committed
Remove unused variable e
1 parent 84a3296 commit e75a579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/panels/sql/tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def _record(self, method, sql, params):
117117
_params = ''
118118
try:
119119
_params = json.dumps([self._decode(p) for p in params])
120-
except TypeError as e:
120+
except TypeError:
121121
pass # object not JSON serializable
122122

123123
template_info = get_template_info()

0 commit comments

Comments
 (0)