Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosems committed Sep 7, 2024
1 parent 341e07b commit 2af1f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token_tools/token.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Token = tuple[tuple[int, int], int, str]

GENERIC_TOKENS: list[str] = [
"Identifier", # Variable
"Identifier", # Variable
"Error",
"Keyword",
"Type",
Expand Down

0 comments on commit 2af1f57

Please sign in to comment.