mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
fix type check
This commit is contained in:
parent
c1ee4151d0
commit
69fbd07fac
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def command(json_method):
|
||||||
|
|
||||||
|
|
||||||
class LanguageServer:
|
class LanguageServer:
|
||||||
commands: T.Dict[str, T.Callable[[LanguageServer, T.Union[str, int], T.Any], None]] = {}
|
commands: T.Dict[str, T.Callable] = {}
|
||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.client_capabilities = {}
|
self.client_capabilities = {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue