codegen: Drop unused import

This should have been dropped in commit
38faeca62e but somehow that didn’t happen
and somehow it wasn’t caught by the CI until afterwards.

Fixes: https://gitlab.gnome.org/GNOME/glib/-/jobs/4049254

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2024-07-07 13:48:46 +01:00
parent 8320085557
commit 3993d8db52

View File

@@ -25,8 +25,6 @@ import os
import sys
import re
import packaging.version
# pylint: disable=too-few-public-methods
class Color: