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