Skip to content

Commit 3e7b0e0

Browse files
authored
Fix #852, anyway this parameter never used
1 parent f243b5c commit 3e7b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

debug_toolbar/panels/sql/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
class BoldKeywordFilter:
1111
"""sqlparse filter to bold SQL keywords"""
12-
def process(self, stack, stream):
12+
def process(self, stream):
1313
"""Process the token stream"""
1414
for token_type, value in stream:
1515
is_keyword = token_type in T.Keyword

0 commit comments

Comments
 (0)