Skip to content

Commit d067232

Browse files
committed
chore: Formatting fixes
1 parent a2b6723 commit d067232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deepl/translator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ def translate_document_download(
912912
else:
913913
return response
914914

915-
def get_source_languages(self, skip_cache=False) -> List[Language]:
915+
def get_source_languages(self, skip_cache: bool = False) -> List[Language]:
916916
"""Request the list of available source languages.
917917
918918
:param skip_cache: Deprecated, and now has no effect as the
@@ -931,7 +931,7 @@ def get_source_languages(self, skip_cache=False) -> List[Language]:
931931
for language in languages
932932
]
933933

934-
def get_target_languages(self, skip_cache=False) -> List[Language]:
934+
def get_target_languages(self, skip_cache: bool = False) -> List[Language]:
935935
"""Request the list of available target languages.
936936
937937
:param skip_cache: Deprecated, and now has no effect as the

0 commit comments

Comments
 (0)