mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
Merge branch 'python-linting' into 'main'
codegen: resolve pylint import issues See merge request GNOME/glib!4137
This commit is contained in:
commit
e0d5d0f3d1
@ -6,7 +6,6 @@
|
||||
import os
|
||||
import re
|
||||
|
||||
from . import utils
|
||||
import textwrap
|
||||
|
||||
# Disable line length warnings as wrapping the templates would be hard
|
||||
|
@ -5,7 +5,6 @@
|
||||
import os
|
||||
import re
|
||||
|
||||
from . import utils
|
||||
import textwrap
|
||||
|
||||
# Disable line length warnings as wrapping the templates would be hard
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user