From e5d8803df6f5581c6d25ae4afcd587b9f28ca8c1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 09:20:23 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/latexplotlib/_config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/latexplotlib/_config.py b/src/latexplotlib/_config.py index ddc19c2..62e6978 100644 --- a/src/latexplotlib/_config.py +++ b/src/latexplotlib/_config.py @@ -19,7 +19,6 @@ DEFAULT_CONFIG: dict[str, Number] = {"width": 630, "height": 412, _PURGED_OLD: False} - class Config: def __init__(self, path: Path) -> None: self.path = path