remove redundant import Prelude

This commit is contained in:
Hongrui Fang 2022-10-10 11:29:42 +08:00
parent 777c55cd88
commit 5ee084308b
5 changed files with 0 additions and 8 deletions

View file

@ -5,7 +5,6 @@ module Agora.Aeson.Orphans (AsBase16Bytes (..)) where
--------------------------------------------------------------------------------
import Data.Coerce (Coercible, coerce)
import Prelude
--------------------------------------------------------------------------------

View file

@ -60,7 +60,6 @@ import Plutarch.Lift (
)
import PlutusLedgerApi.V1 (POSIXTime)
import PlutusTx qualified
import Prelude
--------------------------------------------------------------------------------