This is an archive of the discontinued LLVM Phabricator instance.

Tell mypy to ignore import of cython module
ClosedPublic

Authored by thopre on Jan 20 2021, 10:10 AM.

Details

Summary

Mypy complains following the import of cPerf because it cannot find the
module. This is because it is a cython module which mypy cannot inspect.
This commit tells mypy to ignore that import.

Diff Detail

Repository
rLNT LNT

Event Timeline

thopre created this revision.Jan 20 2021, 10:10 AM
thopre requested review of this revision.Jan 20 2021, 10:10 AM
This revision is now accepted and ready to land.Jan 20 2021, 10:18 AM
This revision was automatically updated to reflect the committed changes.