mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 13:04:46 +08:00
stubtest third party: remove extra line when skipping a distribution (#7864)
This commit is contained in:
@@ -42,7 +42,6 @@ def run_stubtest(dist: Path, *, verbose: bool = False) -> bool:
|
||||
|
||||
if not metadata.get("stubtest", True):
|
||||
print(colored(" skipping", "yellow"))
|
||||
print()
|
||||
return True
|
||||
|
||||
with tempfile.TemporaryDirectory() as tmp:
|
||||
|
||||
Reference in New Issue
Block a user