Skip to content

Commit

Permalink
fixed checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbxl committed Oct 19, 2020
1 parent 0749343 commit a71e364
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import java.util.stream.Stream;

import seedu.address.logic.commands.TimetableAddLessonCommand;
import seedu.address.logic.commands.TimetableAddRoutineCommand;
import seedu.address.logic.parser.exceptions.ParseException;
import seedu.address.model.person.Day;
import seedu.address.model.person.Duration;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

import java.util.stream.Stream;

import seedu.address.logic.commands.TimetableAddRoutineCommand;
import seedu.address.logic.commands.TimetableDeleteSlotCommand;
import seedu.address.logic.parser.exceptions.ParseException;
import seedu.address.model.person.Day;
Expand Down

0 comments on commit a71e364

Please sign in to comment.