Meta: Sort all python imports

This commit is contained in:
Timothy Flynn 2025-06-09 10:41:54 -04:00 committed by Tim Flynn
commit 18718e0876
Notes: github-actions[bot] 2025-06-09 15:26:31 +00:00
10 changed files with 24 additions and 13 deletions

View file

@ -4,6 +4,7 @@ This script will create a new test file and expectations in the Tests/LibWeb dir
"""
import argparse
from pathlib import Path
TEST_DIR = Path(__file__).resolve().parent