anakin-language-server
anakin-language-server copied to clipboard
cannot import name 'CONFIG_FILES' from 'mypy.defaults'
This line in server.py:
from mypy.defaults import CONFIG_FILES
causes the issue.
This is probably because of mypy commit 42a97bb, and CONFIG_FILES is not defined in mypy.defaults anymore.