diff --git a/backend/core/views.py b/backend/core/views.py index fa01b834..4d48e600 100644 --- a/backend/core/views.py +++ b/backend/core/views.py @@ -644,7 +644,7 @@ def post(self, request, *args, **kwargs): DEFAULT_TILE_SIZE = 256 if settings.ENABLE_PREDICTION_API: -from orthogonalizer import othogonalize_poly + from orthogonalizer import othogonalize_poly class PredictionView(APIView): authentication_classes = [OsmAuthentication]