Skip to content

Commit

Permalink
chore: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Nov 13, 2024
1 parent 5e39587 commit fa2747e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion translation_finder/discovery/transifex.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit fa2747e

Please sign in to comment.