Skip to content

Commit

Permalink
Remove unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed Nov 15, 2024
1 parent 17e5096 commit 31ce334
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions plugin/documents.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
import webbrowser


SUBLIME_WORD_MASK = 515

P = ParamSpec('P')
R = TypeVar('R')

Expand Down
1 change: 0 additions & 1 deletion plugin/hover.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
import sublime_plugin


SUBLIME_WORD_MASK = 515
SessionName = str
ResolvedHover = Union[Hover, Error]

Expand Down

0 comments on commit 31ce334

Please sign in to comment.