You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Reviewed By: danilaml
Differential Revision: https://reviews.llvm.org/D95065
0 commit comments