mypy: fix up typing
This commit is contained in:
parent
6c88a57ad5
commit
6423d93519
6 changed files with 13 additions and 10 deletions
|
@ -72,7 +72,7 @@ def describe_brn(s: str) -> ResponseReturnValue:
|
|||
).first()
|
||||
if not proxy:
|
||||
return s
|
||||
return markupsafe.Markup( # type: ignore[no-untyped-call]
|
||||
return markupsafe.Markup(
|
||||
f"Proxy: {proxy.url}<br>({proxy.origin.group.group_name}: {proxy.origin.domain_name})")
|
||||
if parts[5].startswith("quota/"):
|
||||
if parts[4] == "cloudfront":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue