mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-07-23 19:47:39 +02:00
fix warnings: unused import
This commit is contained in:
parent
b760a1f4f6
commit
c8526d4d6b
3 changed files with 0 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
__version__ = "2.0"
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
__version__ = "2.0"
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
|
|
@ -1,8 +1,5 @@
|
|||
__version__ = "1.0"
|
||||
|
||||
import json
|
||||
import os
|
||||
|
||||
from meshroom.core import desc
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue