mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 04:56: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 os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from . import utils
|
|
||||||
import textwrap
|
import textwrap
|
||||||
|
|
||||||
# Disable line length warnings as wrapping the templates would be hard
|
# Disable line length warnings as wrapping the templates would be hard
|
||||||
|
@ -5,7 +5,6 @@
|
|||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from . import utils
|
|
||||||
import textwrap
|
import textwrap
|
||||||
|
|
||||||
# Disable line length warnings as wrapping the templates would be hard
|
# Disable line length warnings as wrapping the templates would be hard
|
||||||
|
@ -21,10 +21,11 @@
|
|||||||
#
|
#
|
||||||
# Author: David Zeuthen <davidz@redhat.com>
|
# Author: David Zeuthen <davidz@redhat.com>
|
||||||
|
|
||||||
import packaging.version
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
import packaging.version
|
||||||
|
|
||||||
|
|
||||||
# pylint: disable=too-few-public-methods
|
# pylint: disable=too-few-public-methods
|
||||||
class Color:
|
class Color:
|
||||||
|
Loading…
Reference in New Issue
Block a user