[mod] py: format (#6560)

This commit is contained in:
Ivan Gabaldon
2026-09-12 20:29:15 +02:00
committed by Markus Heiser
parent ab5dd7599e
commit d4ce87c234
85 changed files with 48 additions and 73 deletions

View File

@@ -12,7 +12,6 @@ the User-Agent_ header is unset or matches the regular expression
"""
import re
from ipaddress import (
IPv4Network,
@@ -25,7 +24,6 @@ import flask
from . import config
from ._helpers import too_many_requests
USER_AGENT = (
r'('
+ r'unknown'