Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Change variable name for consistent typing (#4823)
`line` gets reused in two different loops in cc_mounts, causing mypy to think the later line has the same type as the early line. Change `line` to `entry` to make mypy happy.
- Loading branch information