Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Eden macOS release is failing on some type checking errors: ``` ✗ eden/fs/config/facebook:edenfs_config_util-type-checking - main ✗ eden/fs/cli:proc_utils-type-checking - main ✗ eden/fs/facebook:edenfs_restarter-library-type-checking - main ✗ eden/fs/cli:lib-type-checking - main ``` Errors look like: ``` fbcode/eden/fs/cli/config.py:414:12 Undefined import [21]: Could not find a name `scuba_telemetry` defined in module `eden.fs.cli.facebook`. ``` D63126614 introed a new way type checking is run in python which caused these new tests to be created and start failing. These all look runtime safe since we are importing fb only code and then falling back when we fail to import. So we should be fine to just silence these type errors These fix was introduced in D63261246 but it was removed by codemode in D64568958. Bring them back because without them eden release will fail on macOS Reviewed By: sggutier Differential Revision: D64803931 fbshipit-source-id: ee5509e55d4862c82c2a9e6365cc7a9a5d2a7088
- Loading branch information