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

@@ -13,7 +13,7 @@ import subprocess
import sys
from pathlib import Path
from utils import allowlist_stubtest_arguments, allowlists_path
from _utils import allowlist_stubtest_arguments, allowlists_path
def run_stubtest(typeshed_dir: Path) -> int: