Skip to content

Commit

Permalink
Remove useless import introduced in rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBl69 committed Dec 13, 2024
1 parent ecc7a12 commit 0626f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { type Types } from "@sdk-types";
import { ONE_APT, type Period, periodEnumToRawDuration, rawPeriodToEnum } from "@sdk/const";
import { type Period, periodEnumToRawDuration, rawPeriodToEnum } from "@sdk/const";
import { type SwapEventModel, type PeriodicStateEventModel } from "@sdk/indexer-v2/types";
import { getPeriodStartTimeFromTime } from "@sdk/utils";
import { q64ToBig } from "@sdk/utils/nominal-price";
Expand Down

0 comments on commit 0626f74

Please sign in to comment.