forked from VimPlug/jedi
Use forward references because 3.8 is still a bit annoying
This commit is contained in:
@@ -84,7 +84,7 @@ from jedi.plugins import plugin_manager
|
||||
|
||||
|
||||
class InferenceState:
|
||||
analysis_modules: list[Any]
|
||||
analysis_modules: "list[Any]"
|
||||
|
||||
def __init__(self, project, environment=None, script_path=None):
|
||||
if environment is None:
|
||||
|
||||
Reference in New Issue
Block a user