mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
tests: Fix code style in Python files to satisfy black and flake8
This should make the style-check-diff CI job happy again. Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
@@ -24,7 +24,6 @@ import collections
|
||||
import os
|
||||
import shutil
|
||||
import subprocess
|
||||
import sys
|
||||
import unittest
|
||||
|
||||
import taptestrunner
|
||||
@@ -70,7 +69,7 @@ class TestGobjectQuery(unittest.TestCase):
|
||||
stderr=subprocess.PIPE,
|
||||
env=env,
|
||||
text=True,
|
||||
encoding='utf-8',
|
||||
encoding="utf-8",
|
||||
)
|
||||
info.check_returncode()
|
||||
out = info.stdout.strip()
|
||||
|
Reference in New Issue
Block a user