From bc0518407001469bf340ef010e22d68b2c6875c2 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Thu, 18 Nov 2021 13:19:26 +0100 Subject: [PATCH] hound fix --- openpype/tools/utils/assets_widget.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openpype/tools/utils/assets_widget.py b/openpype/tools/utils/assets_widget.py index d6b91aae2a..9ebb62456f 100644 --- a/openpype/tools/utils/assets_widget.py +++ b/openpype/tools/utils/assets_widget.py @@ -32,8 +32,8 @@ ASSET_UNDERLINE_COLORS_ROLE = QtCore.Qt.UserRole + 4 class AssetsView(TreeViewSpinner, DeselectableTreeView): """Asset items view. - Adds abilities to deselect, show loading spinner and add flick charm (scroll - by mouse/touchpad click and move). + Adds abilities to deselect, show loading spinner and add flick charm + (scroll by mouse/touchpad click and move). """ def __init__(self, parent=None):