Skip to content

Commit

Permalink
Fix norm
Browse files Browse the repository at this point in the history
  • Loading branch information
justinefricou committed Dec 11, 2024
1 parent 9c8b75f commit 7d3529a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geotrek/core/tests/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from bs4 import BeautifulSoup
from django.conf import settings
from django.contrib.auth.models import Permission
from django.contrib.gis.geos import LineString, MultiPolygon, Point, Polygon, GEOSGeometry
from django.contrib.gis.geos import LineString, MultiPolygon, Point, Polygon
from django.core.cache import caches
from django.core.files.storage import default_storage
from django.test import TestCase
Expand Down

0 comments on commit 7d3529a

Please sign in to comment.