Skip to content

Commit ea71695

Browse files
author
bram
committed
Fixed flake8 linting
1 parent 88ebf87 commit ea71695

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

python_gpt_po/services/translation_service.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -345,9 +345,11 @@ def scan_and_process_po_files(
345345
self.process_po_file(po_file_path, languages, detail_languages)
346346

347347
def process_po_file(
348-
self, po_file_path: str, languages: List[str],
349-
detail_languages: Optional[Dict[str, str]] = None
350-
):
348+
self,
349+
po_file_path: str,
350+
languages: List[str],
351+
detail_languages: Optional[Dict[str, str]] = None
352+
):
351353
"""Processes a single .po file with translations."""
352354
try:
353355
po_file = self._prepare_po_file(po_file_path, languages)

0 commit comments

Comments
 (0)