mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-06-04 03:41:56 +02:00
Linting: Clean-up files
This commit is contained in:
parent
d67062d39d
commit
41e885d9ff
22 changed files with 298 additions and 198 deletions
|
@ -5,7 +5,7 @@ from PySide2.QtCore import QFileSystemWatcher, QUrl, Slot, QTimer, Property, QOb
|
|||
from PySide2.QtQml import QQmlApplicationEngine
|
||||
try:
|
||||
from PySide2 import shiboken2
|
||||
except:
|
||||
except Exception:
|
||||
import shiboken2
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue