Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yulia-bel committed Oct 3, 2023
1 parent 79a3c2c commit 2a3dd30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions api/apps/api/src/modules/cost-surface/cost-surface.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import { projectNotEditable } from '@marxan-api/modules/projects/projects.servic
import { UploadCostSurfaceShapefileDto } from '@marxan-api/modules/cost-surface/dto/upload-cost-surface-shapefile.dto';
import { UpdateCostSurfaceDto } from '@marxan-api/modules/cost-surface/dto/update-cost-surface.dto';
import { CostSurfaceCalculationPort } from '@marxan-api/modules/cost-surface/ports/project/cost-surface-calculation.port';
import { forbiddenError } from '@marxan-api/modules/access-control';

export const costSurfaceNotEditableWithinProject = Symbol(
`cost surface not editable within project`,
);
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {
Body,
Controller,
ForbiddenException,
forwardRef,
Get,
Inject,
Expand Down

0 comments on commit 2a3dd30

Please sign in to comment.