Skip to content

Commit

Permalink
Clean django code
Browse files Browse the repository at this point in the history
  • Loading branch information
fpsampayo committed Mar 26, 2024
1 parent 2582ab4 commit e8a71c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_project/geosight/data/api/context_layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from rest_framework.views import APIView

from geosight.data.models.context_layer import ContextLayer
from geosight.data.serializer.context_layer import ContextLayerSerializer, ContextLayerRelatedTableGeojsonSerializer
from geosight.data.serializer.context_layer import ContextLayerSerializer
from geosight.permission.access import (
read_permission_resource,
delete_permission_resource
Expand Down

0 comments on commit e8a71c1

Please sign in to comment.