Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix mypy type error in meta.py (#8509)
### Problem `pants.util.meta.frozen_after_init` has a couple mypy type checking errors, specifically at: https://github.com/pantsbuild/pants/blob/00c4f8cc4a997f80a34f78b6d5fd6fca746befa7/src/python/pants/util/meta.py#L140-L144 This caused a failure on master, see https://travis-ci.org/pantsbuild/pants/jobs/600466692. ### Solution - Add `# type: ignore` to the offending lines until #8496 is merged. ### Result CI is unbroken!
- Loading branch information