From fa2747e2174a1a29bb1e19cdbe78f47388931449 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 13 Nov 2024 10:46:48 +0100 Subject: [PATCH] chore: fix formatting --- translation_finder/discovery/transifex.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/translation_finder/discovery/transifex.py b/translation_finder/discovery/transifex.py index 326e3b1..7a96da9 100644 --- a/translation_finder/discovery/transifex.py +++ b/translation_finder/discovery/transifex.py @@ -54,7 +54,9 @@ def extract_format(self, transifex: str) -> str: except KeyError: return "" - def extract_section(self, config: RawConfigParser, section: str) -> ResultDict | None: + def extract_section( + self, config: RawConfigParser, section: str + ) -> ResultDict | None: if section == "main" or not config.has_option(section, "file_filter"): return None result: ResultDict = {