Commit 2c216fb8a7b363a7c05dd5ec3b443dcfe407069f

Collin Funk 2024-04-04T20:42:09

gnulib-tool.py: Fix 'consider-using-set-comprehension' warnings. * pygnulib/GLImport.py (GLImport.prepare): Create a set directly instead of creating a list and passing it to a call of set(). (GLImport.__init__): Likewise. Use max() instead of getting the last element of a sorted list.