Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit f21d870

Browse files
committed
E127 continuation line over-indented for visual indent
1 parent 375de82 commit f21d870

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/unit/trace/ext/django/test_db.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def test_process_request(self):
5757
context={'connection': connection})
5858

5959
(mock_sql, mock_params, mock_many,
60-
mock_context) = mock_execute.call_args[0]
60+
mock_context) = mock_execute.call_args[0]
6161

6262
self.assertEqual(mock_sql, sql)
6363
self.assertEqual(mock_params, [])
@@ -70,5 +70,5 @@ def test_process_request(self):
7070
context={'connection': connection})
7171

7272
(mock_sql, mock_params, mock_many,
73-
mock_context) = mock_execute.call_args[0]
73+
mock_context) = mock_execute.call_args[0]
7474
self.assertEqual(mock_many, True)

0 commit comments

Comments
 (0)