Fix type declaration

This commit is contained in:
James Westman 2022-11-26 17:10:53 -06:00
parent d8f1b41ef0
commit b915c227f8
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -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 <doc> tags from gir files. During normal compilation these are