Skip to content

Commit

Permalink
Remove import MapEntityDuplicate, Length
Browse files Browse the repository at this point in the history
  • Loading branch information
LePetitTim committed Dec 16, 2022
1 parent b2646c3 commit f8656cb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geotrek/common/mixins/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from django.conf import settings
from django.core.mail import mail_managers
from django.db import models
from django.db.models import Q, Max, Count
from django.db.models import Q, Max, Count

from django.template.defaultfilters import slugify
from django.template.loader import render_to_string
Expand Down
1 change: 0 additions & 1 deletion geotrek/core/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

from geotrek.altimetry.models import AltimetryMixin
from geotrek.authent.models import StructureRelated, StructureOrNoneRelated
from geotrek.common.functions import Length
from geotrek.core.managers import PathManager, PathInvisibleManager, TopologyManager, PathAggregationManager, \
TrailManager
from geotrek.common.mixins.models import (TimeStampedModelMixin, NoDeleteMixin, AddPropertyMixin,
Expand Down
2 changes: 1 addition & 1 deletion geotrek/trekking/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
from django.views.generic import CreateView, DetailView
from django.views.generic.detail import BaseDetailView
from mapentity.helpers import alphabet_enumeration
from mapentity.views import (MapEntityList, MapEntityFormat, MapEntityDetail, MapEntityMapImage, MapEntityDuplicate,
from mapentity.views import (MapEntityList, MapEntityFormat, MapEntityDetail, MapEntityMapImage,
MapEntityDocument, MapEntityCreate, MapEntityUpdate, MapEntityDelete, LastModifiedMixin)
from rest_framework import permissions as rest_permissions, viewsets

Expand Down

0 comments on commit f8656cb

Please sign in to comment.