Skip to content

Commit

Permalink
Remove unused declarations.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Mar 26, 2024
1 parent 2838afc commit ab14aed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions latexcodec/codec.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,8 +425,6 @@ def find_latex(encoding: str) -> Optional[CodecInfo]:
or to ``latex+<encoding>``
where ``<encoding>`` describes another encoding.
"""
IncEnc: Type[LatexIncrementalEncoder]
IncDec: Type[LatexIncrementalDecoder]
if "_" in encoding:
# Python 3.9 now normalizes "latex+latin1" to "latex_latin1"
# https://bugs.python.org/issue37751
Expand Down

0 comments on commit ab14aed

Please sign in to comment.