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
@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: