Skip to content

Commit

Permalink
undo a removal
Browse files Browse the repository at this point in the history
  • Loading branch information
lastminutediorama committed Aug 19, 2024
1 parent 5c13e64 commit e5aea16
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/planscape/planning/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
from django.contrib.gis.geos import GEOSGeometry
from collaboration.services import get_role, get_permissions
from planning.geometry import coerce_geometry

from planning.models import (
PlanningArea,
ProjectArea,
Expand Down
1 change: 0 additions & 1 deletion src/planscape/planning/tests/test_services.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
)
from planning.models import PlanningArea, Scenario, ScenarioResult, ScenarioResultStatus
from stands.models import Stand, StandSizeChoices
from planning.tests.helpers import _load_geojson_fixture


class MaxTreatableAreaTest(TestCase):
Expand Down
1 change: 1 addition & 0 deletions src/planscape/planning/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
)
from planning.services import (
export_to_shapefile,
get_acreage,
validate_scenario_treatment_ratio,
zip_directory,
create_planning_area as create_planning_area_service,
Expand Down

0 comments on commit e5aea16

Please sign in to comment.