Remove unused import

This commit is contained in:
Roy Nieterau 2022-02-08 22:59:44 +01:00
parent 2373d13348
commit 04613be3a1

View file

@ -12,7 +12,6 @@ from Qt.QtCore import QTimer # noqa
from .install_thread import InstallThread
from .tools import (
validate_mongo_connection,
get_openpype_path_from_db,
get_openpype_icon_path
)