Skip to content

Commit

Permalink
Removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sajeeth1009 committed May 17, 2020
1 parent cf05a2f commit 457c09f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions srv/src/recommendations/recommendation.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ import {TrackerController} from '../labels/trackers/tracker.controller';
import {config} from '../../config';
import {Segment} from '../entities/segment.entity';
import {InsertResult} from 'typeorm';
import { PredictionResult } from '../interfaces/prediction.result';
import { User } from '../entities/user.entity';
import { liveSearch } from '../../../web/src/app/search/live-search.operator';
import { Label } from '../entities/label.entity';

@Injectable()
Expand Down

0 comments on commit 457c09f

Please sign in to comment.