From 04339d9bc0e75b809310067ae707acfa8d1d1dc1 Mon Sep 17 00:00:00 2001 From: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com> Date: Wed, 29 May 2024 17:48:40 +0200 Subject: [PATCH] remove unused import --- client/ayon_core/tools/sceneinventory/view.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/ayon_core/tools/sceneinventory/view.py b/client/ayon_core/tools/sceneinventory/view.py index 1daeae74ab..b4ff62a405 100644 --- a/client/ayon_core/tools/sceneinventory/view.py +++ b/client/ayon_core/tools/sceneinventory/view.py @@ -2,7 +2,7 @@ import collections import logging from functools import partial -from qtpy import QtWidgets, QtCore, QtGui +from qtpy import QtWidgets, QtCore import qtawesome from ayon_core import style