ci: format

This commit is contained in:
Barrett Ruth 2026-03-07 16:29:07 -05:00
parent 86b20aaee5
commit c7b469e2ce
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
2 changed files with 4 additions and 1 deletions

View file

@ -46,6 +46,7 @@ def clear_platform_cookies(platform: str) -> None:
except Exception:
pass
_PRECISION_ABS_REL_RE = re.compile(
r"(?:absolute|relative)\s+error[^.]*?10\s*[\^{]\s*\{?\s*[-\u2212]\s*(\d+)\s*\}?",
re.IGNORECASE,