Prefix utility modules with underscore (#11999)

This commit is contained in:
Sebastian Rittau
2024-05-22 15:35:11 +02:00
committed by GitHub
parent f9664a4325
commit 425c69a6b9
15 changed files with 21 additions and 19 deletions

View File

@@ -10,7 +10,7 @@ import sys
from pathlib import Path
from typing import Any
from utils import TEST_CASES_DIR, test_cases_path
from _utils import TEST_CASES_DIR, test_cases_path
try:
from termcolor import colored # pyright: ignore[reportAssignmentType]