Skip to content

Commit

Permalink
Fix flake8 linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Charl1996 committed Jun 18, 2024
1 parent f7b34cf commit 503aaa0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion corehq/apps/geospatial/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

from .dispatchers import CaseManagementMapDispatcher
from .views import (
CaseDisbursementAlgorithm,
GeoPolygonDetailView,
GeoPolygonListView,
GeospatialConfigPage,
Expand Down
1 change: 0 additions & 1 deletion corehq/apps/geospatial/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
)
from django.urls import reverse
from django.utils.decorators import method_decorator
from django.utils.safestring import mark_safe
from django.utils.translation import gettext_lazy as _
from django.views.decorators.http import require_GET

Expand Down

0 comments on commit 503aaa0

Please sign in to comment.