Skip to content

Commit

Permalink
Lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Jan 17, 2024
1 parent 8cbd6d0 commit 3231d5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pydetex/_utils_tex.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ def find_tex_commands_noargv(s: str) -> Tuple[Tuple[int, int], ...]:
# noinspection PyUnresolvedReferences
found[k] = tuple(found[k])

# noinspection PyTypeChecker
return tuple(found)


Expand Down

0 comments on commit 3231d5b

Please sign in to comment.