hound fix

This commit is contained in:
iLLiCiTiT 2021-11-18 13:19:26 +01:00
parent 721f8b75c1
commit bc05184070

View file

@ -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):