Skip to content

Commit

Permalink
fix missed import in the Processing alg
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Dec 7, 2015
1 parent 6b15361 commit 584771e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/plugins/processing/algs/lidar/fusion/CanopyModel.py
Expand Up @@ -32,6 +32,7 @@
from processing.core.parameters import ParameterNumber
from processing.core.parameters import ParameterSelection
from processing.core.parameters import ParameterString
from processing.core.parameters import ParameterBoolean
from processing.core.outputs import OutputFile
from FusionAlgorithm import FusionAlgorithm
from FusionUtils import FusionUtils
Expand Down

0 comments on commit 584771e

Please sign in to comment.