Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewAnnex committed Oct 4, 2024
1 parent 761ba7c commit 273a738
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion morecantile/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,9 @@ def custom(
"""
geographic_crs = geographic_crs or crs.geodetic_crs
if not geographic_crs:
raise ValueError("CRS doesn't have internal geodeticCRS/geographicCRS defined, please provide one")
raise ValueError(
"CRS doesn't have internal geodeticCRS/geographicCRS defined, please provide one"
)

matrix_scale = matrix_scale or [1, 1]

Expand Down

0 comments on commit 273a738

Please sign in to comment.