Skip to content

Commit 41e9083

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent ae42a1e commit 41e9083

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/panels/test_sql.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -895,9 +895,7 @@ def mock_run(sql):
895895
# On retry, return a simple result
896896
return [sql]
897897

898-
with patch(
899-
"debug_toolbar.panels.sql.utils.get_filter_stack"
900-
) as mock_get_stack:
898+
with patch("debug_toolbar.panels.sql.utils.get_filter_stack") as mock_get_stack:
901899
mock_stack = mock_get_stack.return_value
902900
mock_stack.run = mock_run
903901
mock_stack._grouping = True

0 commit comments

Comments
 (0)