Skip to content

Commit

Permalink
commit delete unused import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
josephpcsywm committed Jul 20, 2023
1 parent bc6eca9 commit 002cadb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/askquestion/AskQuestionInteractor.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package askquestion;

import gateway.QuestionGateway;
import gateway.UserGateway;
import presenter.TheQuestionOutputBoundary;
import presenter.TheQuestionResponseModel;
import questionentities.Question;
Expand Down

0 comments on commit 002cadb

Please sign in to comment.