Skip to content

Commit

Permalink
fixed typo in import
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Dec 10, 2024
1 parent 026fc29 commit fc113ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/titiler/mosaic/titiler/mosaic/factory.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from geojson_pydantic.features import Feature
from geojson_pydantic.geometries import MultiPolygon, Polygon
from morecantile import tms as morecantile_tms
from morecantile.model import crs_axis_inverted
from morecantile.models import crs_axis_inverted
from morecantile.defaults import TileMatrixSets
from pydantic import Field
from rio_tiler.constants import MAX_THREADS, WGS84_CRS
Expand Down

0 comments on commit fc113ab

Please sign in to comment.