Skip to content

Commit

Permalink
refactor: rectify imports (make explicit)
Browse files Browse the repository at this point in the history
  • Loading branch information
Unisay committed Mar 14, 2024
1 parent dd595af commit 2509c9c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plutus-tx/src/PlutusTx/AsData.hs
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ module PlutusTx.AsData (asData, asDataFor) where

import Control.Lens (ifor)
import Control.Monad (unless)
import Data.Foldable
import Data.Traversable
import Data.Traversable (for)

import Language.Haskell.TH qualified as TH
import Language.Haskell.TH.Datatype qualified as TH
Expand Down

0 comments on commit 2509c9c

Please sign in to comment.