I get a warning when doing:
new_header = header._replace(dependency_table_offset=dependency_table_offset)
I'm making a new namedtuple with a replaced attribute using ._replace.
Why does it give me this warning in PyCharm? Is there a way I should be doing this differently?