mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
Fix type declaration
This commit is contained in:
parent
d8f1b41ef0
commit
b915c227f8
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ class LanguageServer:
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.client_capabilities = {}
|
self.client_capabilities = {}
|
||||||
self._open_files: {str: OpenFile} = {}
|
self._open_files: T.Dict[str, OpenFile] = {}
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
# Read <doc> tags from gir files. During normal compilation these are
|
# Read <doc> tags from gir files. During normal compilation these are
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue