mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Cosmetics + cleanup unused import
This commit is contained in:
parent
5d208d2ac1
commit
88ba3f59b2
1 changed files with 1 additions and 3 deletions
|
|
@ -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"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue