From 592c734e57b00040329b49dfbe11869980dff88a Mon Sep 17 00:00:00 2001 From: Adrian Herrmann Date: Tue, 5 Dec 2023 13:00:27 +0100 Subject: Examples: Fix a number of flake8 errors (part 1) First batch, including low-hanging fruit like Alignments, whitespaces, line length, indents, etc. Pick-to: 6.6 Change-Id: I55966876077f7fddfdc82cbe376677af9995f329 Reviewed-by: Friedemann Kleint --- .../advanced2-Inheritance-and-coercion/main.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion') diff --git a/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py b/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py index ef4b5ac5a..bb3998030 100644 --- a/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py +++ b/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion/main.py @@ -1,10 +1,11 @@ # Copyright (C) 2022 The Qt Company Ltd. # SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause -"""PySide6 port of the qml/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion example from Qt v6.x""" +"""PySide6 port of the + qml/examples/qml/tutorials/extending-qml-advanced/advanced2-Inheritance-and-coercion example + from Qt v6.x""" from pathlib import Path -import os import sys from PySide6.QtCore import QCoreApplication -- cgit v1.2.3