Skip to content

Commit

Permalink
style: blackify readalongs/api.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Dec 13, 2024
1 parent 0bb8e6c commit 6de1742
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readalongs/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def align(
output_base: Union[str, Path],
language: Sequence[str] = (),
output_formats: Sequence[str] = (),
**kwargs
**kwargs,
) -> Tuple[int, Optional[Exception], str]:
"""Run the "readalongs align" command from within a Python script.
Expand Down Expand Up @@ -122,7 +122,7 @@ def make_xml(
plaintextfile: Union[str, Path],
xmlfile: Union[str, Path],
language: Sequence[str],
**kwargs
**kwargs,
) -> Tuple[int, Optional[Exception], str]:
"""Run the "readalongs make-xml" command from within a Python script.
Expand Down

0 comments on commit 6de1742

Please sign in to comment.