mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-11 04:58:56 +02:00
codegen: resolve pylint import issues
Remove unused imports and reorder other imports so that the standard ones are coming first. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
This commit is contained in:
@ -21,10 +21,11 @@
|
||||
#
|
||||
# Author: David Zeuthen <davidz@redhat.com>
|
||||
|
||||
import packaging.version
|
||||
import os
|
||||
import sys
|
||||
|
||||
import packaging.version
|
||||
|
||||
|
||||
# pylint: disable=too-few-public-methods
|
||||
class Color:
|
||||
|
Reference in New Issue
Block a user