Skip to content

Commit

Permalink
Update _formats.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rich-iannone committed Oct 17, 2023
1 parent 126c8b4 commit 084f325
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gt/_formats.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def fmt_integer(
columns: Union[str, List[str], None] = None,
rows: Union[int, List[int], None] = None,
scale_by: float = 1,
):
) -> GTData:
# Generate a function that will operate on single `x` values in
# the table body
def fmt_integer_fn(
Expand Down Expand Up @@ -123,7 +123,7 @@ def fmt_number(
# force_sign: bool = False,
# system: str = 'intl',
# locale: str = None,
):
) -> GTData:
# Generate a function that will operate on single `x` values in
# the table body
def fmt_number_fn(
Expand Down

0 comments on commit 084f325

Please sign in to comment.