mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 19:41:51 +08:00
Prefix utility modules with underscore (#11999)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user