[nodes] LdrToHdr: Remove unused Python imports

This commit is contained in:
Candice Bentéjac 2024-10-15 12:53:38 +02:00
parent 0a1b5aa1e0
commit cb43fd4c27
3 changed files with 0 additions and 9 deletions

View file

@ -1,9 +1,6 @@
__version__ = "3.1" __version__ = "3.1"
import json import json
import math
import os
from collections import Counter
from meshroom.core import desc from meshroom.core import desc
from meshroom.core.utils import COLORSPACES, VERBOSE_LEVEL from meshroom.core.utils import COLORSPACES, VERBOSE_LEVEL

View file

@ -1,9 +1,6 @@
__version__ = "4.1" __version__ = "4.1"
import json import json
import os
import math
from collections import Counter
from meshroom.core import desc from meshroom.core import desc
from meshroom.core.utils import COLORSPACES, EXR_STORAGE_DATA_TYPE, VERBOSE_LEVEL from meshroom.core.utils import COLORSPACES, EXR_STORAGE_DATA_TYPE, VERBOSE_LEVEL

View file

@ -1,9 +1,6 @@
__version__ = "4.0" __version__ = "4.0"
import json import json
import math
import os
from collections import Counter
from meshroom.core import desc from meshroom.core import desc
from meshroom.core.utils import COLORSPACES, VERBOSE_LEVEL from meshroom.core.utils import COLORSPACES, VERBOSE_LEVEL