Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 26, 2023
1 parent 9615417 commit 09b56d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acro/acro_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ def create_crosstab_masks( # pylint: disable=too-many-arguments,too-many-locals
dropna,
normalize,
):
"""Creates masks to specify the cells to suppress"""
"""Creates masks to specify the cells to suppress."""
# suppression masks to apply based on the following checks
masks: dict[str, DataFrame] = {}

Expand Down

0 comments on commit 09b56d6

Please sign in to comment.