rename license -> license_

This commit is contained in:
Maximilian Keßler 2022-02-07 17:33:45 +01:00
parent 6766b0405b
commit bcae59052c

View file

@ -170,8 +170,8 @@ class FormattingConfig(Config):
return self._license return self._license
@license.setter @license.setter
def license(self, license: GenericText): def license(self, license_: GenericText):
self._license = license self._license = license_
@property @property
def include_extra_header(self) -> bool: def include_extra_header(self) -> bool: