Skip to content

Commit

Permalink
remove pytype.single altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
ngam authored Feb 10, 2024
1 parent 6a2deec commit 3a9f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytype/tools/analyze_project/pytype_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _get_executable(binary, module=None):
return [sys.executable, '-m', module or binary]
else:
return [binary]
PYTYPE_SINGLE = _get_executable('pytype-single', 'pytype.main')
PYTYPE_SINGLE = _get_executable('pytype-single')


def resolved_file_to_module(f):
Expand Down

0 comments on commit 3a9f7bb

Please sign in to comment.