removed unused import

This commit is contained in:
iLLiCiTiT 2021-10-15 17:30:14 +02:00
parent 60f1c3cecd
commit 9d67911bd2

View file

@ -4,7 +4,6 @@ It is possible to create `HostToolsHelper` in host implementaion or
use singleton approach with global functions (using helper anyway). use singleton approach with global functions (using helper anyway).
""" """
from Qt import QtCore
import avalon.api import avalon.api