rename license -> license_
This commit is contained in:
parent
6766b0405b
commit
bcae59052c
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue