Skip to content

Commit

Permalink
fix import linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Nov 1, 2024
1 parent 473cee7 commit 323fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stac_model/examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from pystac.extensions.file import FileExtension

from stac_model.base import ProcessingExpression
from stac_model.input import InputStructure, ScalingObject, ModelInput
from stac_model.input import InputStructure, ModelInput, ScalingObject
from stac_model.output import MLMClassification, ModelOutput, ModelResult
from stac_model.schema import ItemMLModelExtension, MLModelExtension, MLModelProperties

Expand Down

0 comments on commit 323fb8f

Please sign in to comment.