Fix distutils and difflib stubtest exceptions (#5182)

This commit is contained in:
hatal175
2021-04-05 22:00:32 +03:00
committed by GitHub
parent 390d8f4911
commit 82130cca56
9 changed files with 104 additions and 34 deletions

View File

@@ -1 +1,3 @@
DEBUG: bool
from typing import Optional
DEBUG: Optional[bool]