Skip to content

Commit

Permalink
No return necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Natan16 committed Dec 6, 2023
1 parent 787050a commit 0ac8df9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_query_prefixer/middlewares/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def process_view(self, request, view_func, view_args, view_kwargs):
key="route",
value=escape_comment_markers(request.resolver_match.route.route)
)
return view_func


def request_route(get_response):
Expand Down

0 comments on commit 0ac8df9

Please sign in to comment.