From b915c227f899473d807b609b29dfd4a52416db10 Mon Sep 17 00:00:00 2001 From: James Westman Date: Sat, 26 Nov 2022 17:10:53 -0600 Subject: [PATCH] Fix type declaration --- blueprintcompiler/lsp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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