tests / scripts: blacken and isort (#4704)

I often run black and isort in typeshed root and then have to undo these
changes.

Co-authored-by: hauntsaninja <>
This commit is contained in:
Shantanu
2020-10-25 03:21:03 -07:00
committed by GitHub
parent 2f1367332b
commit 48970d31de
9 changed files with 97 additions and 113 deletions

View File

@@ -10,9 +10,9 @@ typeshed CI.
"""
from pathlib import Path
import subprocess
import sys
from pathlib import Path
def run_stubtest(typeshed_dir: Path) -> int: