Skip to content

Commit

Permalink
fix(FishCollection): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
oscar-schwarz committed Jun 17, 2024
1 parent ead0b95 commit 040b70f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/fish_variety/FishCollection.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package fish_variety;

import java.util.ArrayList;
import java.util.HashMap;

public class FishCollection {
private ArrayList<Fish> fishes = new ArrayList<Fish>();
Expand Down

0 comments on commit 040b70f

Please sign in to comment.