Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Sep 14, 2023
1 parent d23a6c0 commit 7722e44
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Network/Ethereum/Web3/Solidity/Vector.purs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import Data.Reflectable (class Reflectable, reflectType)
import Data.Traversable (class Traversable)
import Data.Unfoldable (class Unfoldable, class Unfoldable1, replicateA)
import Prim.Int (class Add)
import Test.QuickCheck (class Arbitrary, arbitrary)
import Type.Proxy (Proxy(..))

-- | Represents a statically sized vector of length `n`.
Expand Down

0 comments on commit 7722e44

Please sign in to comment.