Skip to content

Commit

Permalink
refactor: autoformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mecaneer23 committed Jan 26, 2024
1 parent 44b3225 commit 76f25be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/md_to_py.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"""


def _get_column_widths(row: str, delimiter: str = "|", strip_spaces: bool = True) -> list[int]:
def _get_column_widths(
row: str, delimiter: str = "|", strip_spaces: bool = True
) -> list[int]:
"""
Return a list of column widths. Columns are determined by a delimiter
character.
Expand Down

0 comments on commit 76f25be

Please sign in to comment.