diff --git a/src/skgmsh/__init__.py b/src/skgmsh/__init__.py index 79cf87eb..a6a797d3 100644 --- a/src/skgmsh/__init__.py +++ b/src/skgmsh/__init__.py @@ -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] = [