Skip to content

Commit 178aadf

Browse files
committed
[minor] Added a missing type
1 parent 79c6613 commit 178aadf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

binary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ def _do_close(self):
418418
)
419419

420420
def __init__(self, *args, **kwargs):
421-
self.nvim_addr_vs_websocket = {}
421+
self.nvim_addr_vs_websocket: Dict[str, List[GhostWebSocket]] = {}
422422
super().__init__(*args, **kwargs)
423423

424424

0 commit comments

Comments
 (0)