Skip to content

Commit

Permalink
Merge pull request #115 from Celineyaa/master
Browse files Browse the repository at this point in the history
remove the scanner import
  • Loading branch information
Celineyaa authored Apr 15, 2024
2 parents 07ae11f + e87e44e commit c08e0fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/seedu/duke/DIYProblemSet.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.time.LocalDateTime;
import java.util.ArrayList;
import java.util.Scanner;

public class DIYProblemSet {
ArrayList<Problem> problemSet;
Expand Down

0 comments on commit c08e0fc

Please sign in to comment.