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 Mar 4, 2024
1 parent d6c1b81 commit df56e0b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/skgmsh/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,9 +237,7 @@ class Report(scooby.Report): # type: ignore[misc]
"""

def __init__(
self: Report, ncol: int = 3, text_width: int = 80
) -> None:
def __init__(self: Report, ncol: int = 3, text_width: int = 80) -> None:
"""Generate a :class:`scooby.Report` instance."""
# mandatory packages
core: list[str] = [
Expand Down

0 comments on commit df56e0b

Please sign in to comment.