From 51f822b1965945128c982f6e4f16326146ad0728 Mon Sep 17 00:00:00 2001 From: Florian Pfaff Date: Tue, 25 Aug 2026 15:34:11 +0800 Subject: [PATCH] Fix main Ruff import ordering --- scripts/check_markdown_math.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check_markdown_math.py b/scripts/check_markdown_math.py index 24979d1..88c9642 100644 --- a/scripts/check_markdown_math.py +++ b/scripts/check_markdown_math.py @@ -9,7 +9,6 @@ from pathlib import Path - ROOT = Path(__file__).resolve().parents[1] SKIP_PARTS = {".git", ".venv", "build", "dist"}