mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
Prefix utility modules with underscore (#11999)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env python3
|
||||
"""Run mypy on the "tests" and "scripts" directories."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
import argparse
|
||||
@@ -8,7 +9,7 @@ import sys
|
||||
from itertools import product
|
||||
from typing_extensions import TypeAlias
|
||||
|
||||
from utils import colored, print_error
|
||||
from _utils import colored, print_error
|
||||
|
||||
ReturnCode: TypeAlias = int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user