Skip to content

Commit

Permalink
fix isort
Browse files Browse the repository at this point in the history
  • Loading branch information
submarcos committed Nov 4, 2024
1 parent 20e655f commit e0991fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vectortiles/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from django.urls import reverse

from test_vectortiles.test_app.models import Feature, Layer
from vectortiles.views import TileJSONView, MVTView
from vectortiles.views import MVTView, TileJSONView


class VectorTileBaseTest(TestCase):
Expand Down

0 comments on commit e0991fb

Please sign in to comment.