Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjulianl committed Nov 10, 2021
1 parent 18b7187 commit 9398a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/gomedic/logic/commands/ReferralCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import static gomedic.logic.parser.CliSyntax.PREFIX_DOCTOR_ID;
import static gomedic.logic.parser.CliSyntax.PREFIX_PATIENT_ID;
import static gomedic.logic.parser.CliSyntax.PREFIX_TITLE;
import static gomedic.model.Model.PREDICATE_SHOW_ALL_ITEMS;
import static gomedic.model.UserPrefs.ROOT_FOLDER;
import static java.util.Objects.requireNonNull;

Expand Down

0 comments on commit 9398a6a

Please sign in to comment.