Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Apr 19, 2024
1 parent 6b013a2 commit 972ab9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/core/sessions.py
Original file line number Diff line number Diff line change
Expand Up @@ -1815,8 +1815,8 @@ def _set_focused_sheet(self, sheet: Optional[sublime.Sheet]) -> None:

def decode_semantic_token(
self,
types_legend: Tuple[List[str]],
modifiers_legend: Tuple[List[str]],
types_legend: Tuple[str],
modifiers_legend: Tuple[str],
token_type_encoded: int,
token_modifiers_encoded: int
) -> Tuple[str, List[str], Optional[str]]:
Expand Down

0 comments on commit 972ab9f

Please sign in to comment.