Skip to content

Commit

Permalink
Run black
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton committed Feb 2, 2025
1 parent 78a8c88 commit 5e5e87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/values.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Values:
@staticmethod
def generate_ordered_strings(
data: Dict[str, List[List[str]]]
data: Dict[str, List[List[str]]],
) -> Dict[str, List[str]]:
result: Dict[str, List[str]] = {}
for lang, text_groups in data.items():
Expand Down

0 comments on commit 5e5e87b

Please sign in to comment.