From 9d67911bd2f2d08ab3fb1e22221dc9bc07920b85 Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 15 Oct 2021 17:30:14 +0200 Subject: [PATCH] removed unused import --- openpype/tools/utils/host_tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/openpype/tools/utils/host_tools.py b/openpype/tools/utils/host_tools.py index 431009ac27..ee184ccf2d 100644 --- a/openpype/tools/utils/host_tools.py +++ b/openpype/tools/utils/host_tools.py @@ -4,7 +4,6 @@ It is possible to create `HostToolsHelper` in host implementaion or use singleton approach with global functions (using helper anyway). """ -from Qt import QtCore import avalon.api