Skip to content

Commit 21fa168

Browse files
committed
Remove unused import
1 parent 0962bf3 commit 21fa168

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/seedu/address/model/event/UniqueEventList.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
import javafx.collections.ObservableList;
1010
import seedu.address.model.event.exceptions.DuplicateEventException;
1111
import seedu.address.model.event.exceptions.EventNotFoundException;
12-
import seedu.address.model.person.UniquePersonList;
1312

1413
/**
1514
* A list of events that enforces uniqueness between its elements and does not allow nulls.

0 commit comments

Comments
 (0)