Fix flake8

This commit is contained in:
Bruno Alla 2025-04-27 14:21:11 +01:00
parent 850fa8a6d2
commit beb2cf7e56

View File

@ -313,4 +313,3 @@ def smart_urlquote_wrapper(matched_url):
return smart_urlquote(matched_url) return smart_urlquote(matched_url)
except ValueError: except ValueError:
return None return None