Skip to content

Commit 5ff7ca2

Browse files
committed
Remove unnecessary return statement
1 parent a6b65a7 commit 5ff7ca2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debug_toolbar/panels/sql/tracking.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ def chunked_cursor(*args, **kwargs):
6363

6464
connection.cursor = cursor
6565
connection.chunked_cursor = chunked_cursor
66-
return cursor
6766

6867

6968
def unwrap_cursor(connection):

0 commit comments

Comments
 (0)