diff --git a/plugin/documents.py b/plugin/documents.py index 8ac19579a..2d14fcd38 100644 --- a/plugin/documents.py +++ b/plugin/documents.py @@ -70,8 +70,6 @@ import webbrowser -SUBLIME_WORD_MASK = 515 - P = ParamSpec('P') R = TypeVar('R') diff --git a/plugin/hover.py b/plugin/hover.py index 4dd3841da..f88ee1d47 100644 --- a/plugin/hover.py +++ b/plugin/hover.py @@ -47,7 +47,6 @@ import sublime_plugin -SUBLIME_WORD_MASK = 515 SessionName = str ResolvedHover = Union[Hover, Error]