fix mistake with header type

This commit is contained in:
Maximilian Keßler 2021-10-22 13:39:29 +02:00
parent 408a154548
commit e6018a89c8

View File

@ -103,4 +103,4 @@ class BuildInfo:
include_license: bool = False,
include_git_version: bool = False,
include_pytex_info_text: bool = False):
self._header = []
self._header = [] # TODO