fix mistake with header type
This commit is contained in:
parent
408a154548
commit
e6018a89c8
1 changed files with 1 additions and 1 deletions
|
@ -103,4 +103,4 @@ class BuildInfo:
|
||||||
include_license: bool = False,
|
include_license: bool = False,
|
||||||
include_git_version: bool = False,
|
include_git_version: bool = False,
|
||||||
include_pytex_info_text: bool = False):
|
include_pytex_info_text: bool = False):
|
||||||
self._header = []
|
self._header = [] # TODO
|
||||||
|
|
Loading…
Reference in a new issue