1
0
forked from VimPlug/jedi

Add ignores for stdlib imports only recently added

This commit is contained in:
Peter Law
2020-07-24 20:03:34 +01:00
parent 4b7e837f0f
commit 38f853cf86
2 changed files with 4 additions and 2 deletions

View File

@@ -384,7 +384,8 @@ def _get_executable_path(path, safe=True):
def _get_executables_from_windows_registry(version):
import winreg
# https://github.com/python/typeshed/pull/3794 adds winreg
import winreg # type: ignore[import]
# TODO: support Python Anaconda.
sub_keys = [