Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Sep 23, 2024
1 parent 69421ec commit 62379ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/core/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ def unregister(

def assign(self, d: ServerCapabilities) -> None:
textsync = normalize_text_sync(d.pop("textDocumentSync", None))
super().assign(cast(dict[str, Any], d))
super().assign(cast(dict, d))
if textsync:
self.update(textsync)

Expand Down

0 comments on commit 62379ca

Please sign in to comment.