Skip to content

Commit

Permalink
Fixes Pylint errors for line too long
Browse files Browse the repository at this point in the history
  • Loading branch information
cr2007 committed Jun 4, 2024
1 parent 0a6276c commit af432d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cambai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ def get_languages(self, language_type: Literal["source", "target"],
Retrieves a list of languages from the API endpoint based on the type specified.
Args:
- language_type (Literal["source", "target"]): Specifies the type of languages to retrieve.
- language_type (Literal["source", "target"]): Specifies the type of languages to
retrieve.
Can be either "source" for source languages or "target" for target languages.
- get_languages (bool, optional): If True, retrieves the languages. Defaults to False.
Expand Down

0 comments on commit af432d8

Please sign in to comment.