Kwok Guy
Results
2
issues of
Kwok Guy
This line in `server.py`: ``` from mypy.defaults import CONFIG_FILES ``` causes the issue. This is probably because of [mypy commit `42a97bb`](https://github.com/python/mypy/commit/42a97bb3de805b27c4532fae1695661a06816e16), and `CONFIG_FILES` is not defined in `mypy.defaults` anymore.
### mkosi commit the issue has been seen with main ### Used host distribution Debian testing ### Used target distribution Arch Linux ARM ### Linux kernel version used 6.17.7-2-aarch64-ARCH ###...