diff --git a/blueprintcompiler/lsp.py b/blueprintcompiler/lsp.py index b1610d7..6e43e3b 100644 --- a/blueprintcompiler/lsp.py +++ b/blueprintcompiler/lsp.py @@ -95,7 +95,7 @@ class LanguageServer: def __init__(self): self.client_capabilities = {} - self._open_files: {str: OpenFile} = {} + self._open_files: T.Dict[str, OpenFile] = {} def run(self): # Read tags from gir files. During normal compilation these are