Skip to content

Commit

Permalink
delete unneccesary import.
Browse files Browse the repository at this point in the history
  • Loading branch information
borjamaza committed Dec 8, 2016
1 parent 369312f commit 560f665
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rest-api/spec/training.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { Student } from '../../model/student';
import { Trainer } from '../../model/trainer';
import {TrainingSummary} from '../../model/trainingSummary';
import { trainingApi } from '../training';
import {} from 'es6-promise';

let trainingList : TrainingEntity[];

Expand Down

0 comments on commit 560f665

Please sign in to comment.