From aabb6ff0e85756cabc5aece77169d9c41b20ef44 Mon Sep 17 00:00:00 2001 From: Reinder Vos de Wael Date: Mon, 22 Jul 2024 10:59:00 -0400 Subject: [PATCH] fix: double paragraph style in table --- pyproject.toml | 2 +- src/cmi_docx/styles.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7b7c7d5..ae6a48d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cmi_docx" -version = "0.3.0" +version = "0.3.1" description = ".docx utilities" authors = ["Reinder Vos de Wael "] license = "LGPL-2.1" diff --git a/src/cmi_docx/styles.py b/src/cmi_docx/styles.py index 6a2501e..bab0b5f 100644 --- a/src/cmi_docx/styles.py +++ b/src/cmi_docx/styles.py @@ -40,4 +40,3 @@ class TableStyle: space_before: float | None = None space_after: float | None = None background_rgb: tuple[int, int, int] | None = None - paragraph_style: ParagraphStyle | None = None