Skip to content

Commit

Permalink
traslator.py fixed __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
Backist committed Feb 1, 2024
1 parent ce8e207 commit dcf3800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qautolinguist/translator.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from qautolinguist.translators.mt_quality import MTQualityValidator
from typing import List, Tuple, Union

__all__: list[str] = ["MATranslator"]
__all__: List[str] = ["MATranslator"]

class MATranslator:
"""
Expand Down

0 comments on commit dcf3800

Please sign in to comment.