Fix a few more typing issues

This commit is contained in:
Dave Halter
2026-02-04 02:24:41 +01:00
parent 3ffed76884
commit e7fdbcc834
17 changed files with 38 additions and 23 deletions
+1
View File
@@ -85,6 +85,7 @@ from jedi.plugins import plugin_manager
class InferenceState:
analysis_modules: list[Any]
def __init__(self, project, environment=None, script_path=None):
if environment is None:
environment = project.get_environment()