Skip to content

Commit

Permalink
Fix stubgen after move
Browse files Browse the repository at this point in the history
  • Loading branch information
msullivan committed Mar 1, 2018
1 parent 3aedd94 commit cad2bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/stubgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ def generate_stub(path: str,
include_private: bool = False
) -> None:

source, _ = mypy.build.read_with_python_encoding(path, pyversion)
source, _ = mypy.util.read_with_python_encoding(path, pyversion)
options = MypyOptions()
options.python_version = pyversion
try:
Expand Down

0 comments on commit cad2bb2

Please sign in to comment.