mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
Hound
This commit is contained in:
parent
ae27361657
commit
5d40c9e31e
1 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
from Qt import QtCore, QtWidgets, QtGui
|
||||
from Qt import QtCore
|
||||
import attr
|
||||
import abc
|
||||
import six
|
||||
|
|
@ -164,4 +164,3 @@ def get_item_by_id(model, object_id):
|
|||
index = model.get_index(object_id)
|
||||
item = model.data(index, FullItemRole)
|
||||
return item
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue