Skip to content

Commit

Permalink
N21-1319 fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrikallab committed Nov 14, 2023
1 parent 06954aa commit ac9886a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ import {
import { ServerTestModule } from '@modules/server';
import { Response } from 'supertest';
import { ToolContextType } from '../../../common/enum';
import { ToolConfigurationStatusResponse } from '../../../context-external-tool/controller/dto/tool-configuration-status.response';
import { ToolConfigurationStatusResponse } from '../../../context-external-tool/controller/dto';
import { ContextExternalToolEntity, ContextExternalToolType } from '../../../context-external-tool/entity';
import { ExternalToolMetadataResponse } from '../../../external-tool/controller/dto/response/external-tool-metadata.response';
import { ExternalToolMetadata } from '../../../external-tool/domain';
import { ExternalToolEntity } from '../../../external-tool/entity';
import { SchoolExternalToolEntity } from '../../entity';
Expand Down

0 comments on commit ac9886a

Please sign in to comment.