Skip to content

Commit 323fb8f

Browse files
committed
fix import linting
1 parent 473cee7 commit 323fb8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stac_model/examples.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from pystac.extensions.file import FileExtension
88

99
from stac_model.base import ProcessingExpression
10-
from stac_model.input import InputStructure, ScalingObject, ModelInput
10+
from stac_model.input import InputStructure, ModelInput, ScalingObject
1111
from stac_model.output import MLMClassification, ModelOutput, ModelResult
1212
from stac_model.schema import ItemMLModelExtension, MLModelExtension, MLModelProperties
1313

0 commit comments

Comments
 (0)