Skip to content

Published 1.0.22

Compare
Choose a tag to compare
@erictraut erictraut released this 02 May 04:05

Bug Fix: Fixed bad regression introduced in 1.0.20 where imported modules that are imported with the import xyz statement (as opposed to the from xyz import abc form) are reported as 'unbound'. This occurs only if there is no type stub file found for that import.