Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
axiongsupra committed Dec 20, 2024
1 parent b25141a commit 2f628d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ module supra_framework::pbo_delegation_pool {
use aptos_std::table::{Self, Table};
use aptos_std::smart_table::{Self, SmartTable};
use aptos_std::fixed_point64::{Self, FixedPoint64};
use aptos_std::math64::min;

use supra_framework::coin::Coin;
use supra_framework::account;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module supra_framework::vesting_without_staking {
use std::signer;
use std::string::{utf8, String};
use std::vector;
use aptos_std::debug;
use aptos_std::simple_map::{Self, SimpleMap};
use aptos_std::math64::min;

Expand Down

0 comments on commit 2f628d0

Please sign in to comment.