clean up unused imports in contrib (#1806)

pull/1807/head
Stephen Mather 2024-10-14 10:56:47 -04:00 zatwierdzone przez GitHub
rodzic 65fad52506
commit 5e1c9dd483
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
4 zmienionych plików z 1 dodań i 4 usunięć

Wyświetl plik

@ -1,5 +1,4 @@
import bpy import bpy
import materials_utils
def loadMesh(file): def loadMesh(file):

Wyświetl plik

@ -8,7 +8,6 @@ import sys
sys.path.insert(0, os.path.join("..", "..", os.path.dirname(__file__))) sys.path.insert(0, os.path.join("..", "..", os.path.dirname(__file__)))
import argparse import argparse
import multiprocessing
from opendm.dem import merge from opendm.dem import merge
parser = argparse.ArgumentParser(description='Merge and blend DEMs using OpenDroneMap\'s approach.') parser = argparse.ArgumentParser(description='Merge and blend DEMs using OpenDroneMap\'s approach.')

Wyświetl plik

@ -4,7 +4,7 @@ import os
import PIL import PIL
from PIL import Image, ExifTags from PIL import Image
import shutil import shutil

Wyświetl plik

@ -12,7 +12,6 @@ import numpy as np
import numpy.ma as ma import numpy.ma as ma
import multiprocessing import multiprocessing
import argparse import argparse
import functools
from skimage.draw import line from skimage.draw import line
from opensfm import dataset from opensfm import dataset