Skip to content

Commit

Permalink
managedType: Refactor imports
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Nov 1, 2023
1 parent 5541292 commit 86b732f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vmhost/contexts/managedType.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ import (
basicMath "math"
"math/big"

vmcommon "github.com/multiversx/mx-chain-vm-common-go"

"github.com/multiversx/mx-chain-core-go/core/check"
logger "github.com/multiversx/mx-chain-logger-go"
vmcommon "github.com/multiversx/mx-chain-vm-common-go"
"github.com/multiversx/mx-chain-vm-go/math"
"github.com/multiversx/mx-chain-vm-go/vmhost"
)
Expand Down

0 comments on commit 86b732f

Please sign in to comment.