Cosmetics + cleanup unused import

This commit is contained in:
Roy Nieterau 2022-01-26 17:33:26 +01:00
parent 5d208d2ac1
commit 88ba3f59b2

View file

@ -1,15 +1,13 @@
# -*- coding: utf-8 -*-
"""Look loader."""
import openpype.hosts.maya.api.plugin
from avalon import api, io
import json
import openpype.hosts.maya.api.plugin
import openpype.hosts.maya.api.lib
from collections import defaultdict
from openpype.widgets.message_window import ScrollMessageBox
from Qt import QtWidgets
from openpype.hosts.maya.api.plugin import get_reference_node
class LookLoader(openpype.hosts.maya.api.plugin.ReferenceLoader):
"""Specific loader for lookdev"""