Commit cb7ab9c7290164ca515a0d25cfb7cdd55d8e9e31

Collin Funk 2024-04-14T13:41:17

gnulib-tool.py: Fix incorrect type hint. * pygnulib/constants.py (filter_filelist): Correct the type hint on the 'filelist' argument. It is a list of strings, not a string.