Skip to content

Commit

Permalink
Remove star imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelinwemhoener committed Oct 13, 2023
1 parent 0fa6a6d commit 3e5f2e7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
package seedu.duke.flashcard;

import seedu.duke.flashcard.command.*;
import seedu.duke.flashcard.command.FlashcardCommand;
import seedu.duke.flashcard.command.CreateFlashcardCommand;
import seedu.duke.flashcard.command.ListFlashcardsCommand;
import seedu.duke.flashcard.command.StartReviewCommand;
import seedu.duke.flashcard.command.UnknownCommand;

public class FlashcardCommandParser {
public FlashcardCommand parseInput(String input) {
Expand Down

0 comments on commit 3e5f2e7

Please sign in to comment.