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 Reviewed By: MichaelCuevas Differential Revision: D63261246 fbshipit-source-id: e300302c267f367003905621863834046ada05ee
- Loading branch information