From beb2cf7e56fb7b0ce01e435d07c1f424557e6ddb Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Sun, 27 Apr 2025 14:21:11 +0100 Subject: [PATCH] Fix flake8 --- rest_framework/templatetags/rest_framework.py | 1 - 1 file changed, 1 deletion(-) diff --git a/rest_framework/templatetags/rest_framework.py b/rest_framework/templatetags/rest_framework.py index 1caec2cd5..3ff74e7cc 100644 --- a/rest_framework/templatetags/rest_framework.py +++ b/rest_framework/templatetags/rest_framework.py @@ -313,4 +313,3 @@ def smart_urlquote_wrapper(matched_url): return smart_urlquote(matched_url) except ValueError: return None -