Skip to content

Commit

Permalink
Remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
yyangdaa committed Mar 26, 2024
1 parent 29d641e commit 1dfcfcb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/seedu/budgetbuddy/Parser.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import seedu.budgetbuddy.command.ListBudgetCommand;
import seedu.budgetbuddy.command.ListExpenseCommand;
import seedu.budgetbuddy.command.ListSavingsCommand;
import seedu.budgetbuddy.command.FindExpensesCommand;
import seedu.budgetbuddy.command.SplitExpenseCommand;
import seedu.budgetbuddy.command.ListSplitExpenseCommand;
import seedu.budgetbuddy.command.MenuCommand;
Expand Down

0 comments on commit 1dfcfcb

Please sign in to comment.