mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-05-31 09:56:32 +02:00
[ui] Graph: remove unused Python imports
This commit is contained in:
parent
c3108bc16f
commit
7c43446452
1 changed files with 0 additions and 2 deletions
|
@ -2,7 +2,6 @@
|
|||
# coding:utf-8
|
||||
import logging
|
||||
import os
|
||||
import time
|
||||
import json
|
||||
from enum import Enum
|
||||
from threading import Thread, Event, Lock
|
||||
|
@ -10,7 +9,6 @@ from multiprocessing.pool import ThreadPool
|
|||
|
||||
from PySide2.QtCore import Slot, QJsonValue, QObject, QUrl, Property, Signal, QPoint
|
||||
|
||||
from meshroom import multiview
|
||||
from meshroom.core import sessionUid
|
||||
from meshroom.common.qt import QObjectListModel
|
||||
from meshroom.core.attribute import Attribute, ListAttribute
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue