bugfix
This commit is contained in:
parent
4e1eee2c8c
commit
ea81305e36
1 changed files with 0 additions and 7 deletions
|
@ -141,13 +141,6 @@ class FormattingConfig(Config):
|
|||
def pytex_version(self) -> Optional[GitVersionInfo]:
|
||||
return self._pytex_version
|
||||
|
||||
@property
|
||||
def extra_header_file(self) -> GenericText:
|
||||
if self._extra_header_file is None:
|
||||
return GenericText([])
|
||||
else:
|
||||
return self._extra_header_file
|
||||
|
||||
@property
|
||||
def pytex_info_text(self) -> GenericText:
|
||||
if self._pytex_info_text is None:
|
||||
|
|
Loading…
Reference in a new issue