aboutsummaryrefslogtreecommitdiffstats
path: root/examples/designer/taskmenuextension/registertictactoe.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/designer/taskmenuextension/registertictactoe.py')
-rw-r--r--examples/designer/taskmenuextension/registertictactoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/designer/taskmenuextension/registertictactoe.py b/examples/designer/taskmenuextension/registertictactoe.py
index 4f163e374..2b014c790 100644
--- a/examples/designer/taskmenuextension/registertictactoe.py
+++ b/examples/designer/taskmenuextension/registertictactoe.py
@@ -1,7 +1,7 @@
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
-from tictactoe import TicTacToe
+from tictactoe import TicTacToe # noqa: F401
from tictactoeplugin import TicTacToePlugin
from PySide6.QtDesigner import QPyDesignerCustomWidgetCollection