Skip to content

Commit

Permalink
Removed redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
huekoh committed Feb 15, 2024
1 parent 6a53c79 commit 08a57ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions src/main/java/Storage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Scanner;

public class Storage {
Expand Down
1 change: 0 additions & 1 deletion src/main/java/UI.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import java.util.Scanner;

public class UI {

Expand Down

0 comments on commit 08a57ae

Please sign in to comment.