Skip to content

Commit

Permalink
fix(indent): fix bug on the major indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma committed Nov 25, 2024
1 parent 15337c4 commit 9d41f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 9d41f25

Please sign in to comment.