From bcae59052ca3fc3944045aeff312e9dae5e9c9a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Mon, 7 Feb 2022 17:33:45 +0100 Subject: [PATCH] rename license -> license_ --- PyTeX/format/formatting_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PyTeX/format/formatting_config.py b/PyTeX/format/formatting_config.py index 49aaaee..664d5f8 100644 --- a/PyTeX/format/formatting_config.py +++ b/PyTeX/format/formatting_config.py @@ -170,8 +170,8 @@ class FormattingConfig(Config): return self._license @license.setter - def license(self, license: GenericText): - self._license = license + def license(self, license_: GenericText): + self._license = license_ @property def include_extra_header(self) -> bool: