Skip to content

Commit

Permalink
[MINOR]: fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Drednote committed Sep 30, 2024
1 parent 6ebdd4d commit 4793d4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
package io.github.drednote.telegram.handler;

import io.github.drednote.telegram.core.request.UpdateRequest;
import io.github.drednote.telegram.handler.controller.ControllerUpdateHandler;
import io.github.drednote.telegram.exception.ExceptionHandler;
import io.github.drednote.telegram.handler.controller.ControllerUpdateHandler;
import io.github.drednote.telegram.handler.scenario.ScenarioUpdateHandler;
import io.github.drednote.telegram.response.TelegramResponse;
import io.github.drednote.telegram.handler.scenario_deprecated.ScenarioUpdateHandler;
import org.springframework.core.annotation.Order;
import org.springframework.lang.NonNull;
import org.springframework.stereotype.Component;
Expand Down

0 comments on commit 4793d4a

Please sign in to comment.