Skip to content
Snippets Groups Projects

Resolve "Migration guide pyotb 1.5.4 --> 2.0.0"

Merged Rémi Cresson requested to merge 104-migration into develop
Files
3
+ 1
10
@@ -4,16 +4,7 @@ __version__ = "2.0.0.dev4"
from .helpers import logger, set_logger_level
from .apps import *
from .core import (
App,
Input,
Output,
get_nbchannels,
get_pixel_type,
summarize,
OTBObject,
otbObject,
)
from .core import App, Input, Output, get_nbchannels, get_pixel_type, summarize, OTBObject
from .functions import ( # pylint: disable=redefined-builtin
all,
Loading