Skip to content

Commit

Permalink
Remove unnecessary return statement
Browse files Browse the repository at this point in the history
  • Loading branch information
living180 committed May 10, 2023
1 parent 267de8f commit df67c89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion debug_toolbar/panels/sql/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def chunked_cursor(*args, **kwargs):

connection.cursor = cursor
connection.chunked_cursor = chunked_cursor
return cursor


def unwrap_cursor(connection):
Expand Down

0 comments on commit df67c89

Please sign in to comment.