From 3993d8db52f1426920285543fbcd8d7ee9327825 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 7 Jul 2024 13:48:46 +0100 Subject: [PATCH] codegen: Drop unused import MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should have been dropped in commit 38faeca62ebd5be89b1ec3e6c530e499ce2d7240 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 --- gio/gdbus-2.0/codegen/utils.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/gio/gdbus-2.0/codegen/utils.py b/gio/gdbus-2.0/codegen/utils.py index 6cfa8f7d7..316517ee4 100644 --- a/gio/gdbus-2.0/codegen/utils.py +++ b/gio/gdbus-2.0/codegen/utils.py @@ -25,8 +25,6 @@ import os import sys import re -import packaging.version - # pylint: disable=too-few-public-methods class Color: