Skip to content

Commit

Permalink
clean up unused imports in contrib
Browse files Browse the repository at this point in the history
  • Loading branch information
smathermather committed Oct 12, 2024
1 parent 65fad52 commit 425bf0f
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion contrib/blender/common.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import bpy
import materials_utils

def loadMesh(file):

Expand Down
1 change: 0 additions & 1 deletion contrib/dem-blend/dem-blend.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
sys.path.insert(0, os.path.join("..", "..", os.path.dirname(__file__)))

import argparse
import multiprocessing
from opendm.dem import merge

parser = argparse.ArgumentParser(description='Merge and blend DEMs using OpenDroneMap\'s approach.')
Expand Down
2 changes: 1 addition & 1 deletion contrib/mask-duplicator/mask-duplicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import PIL

from PIL import Image, ExifTags
from PIL import Image

import shutil

Expand Down
1 change: 0 additions & 1 deletion contrib/orthorectify/orthorectify.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
import numpy.ma as ma
import multiprocessing
import argparse
import functools
from skimage.draw import line
from opensfm import dataset

Expand Down

0 comments on commit 425bf0f

Please sign in to comment.