Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
errfrom committed Aug 9, 2024
1 parent 6862164 commit 6b089f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Serialization/MinFee.purs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import Ctl.Internal.NativeScripts (getMaximumSigners)
import Ctl.Internal.Types.ProtocolParameters
( ProtocolParameters(ProtocolParameters)
)
import Data.Array (length, range, replicate) as Array
import Data.Array (range, replicate) as Array
import Data.Foldable (fold)
import Data.Int (hexadecimal) as Radix
import Data.Int (toStringAs) as Int
Expand Down

0 comments on commit 6b089f4

Please sign in to comment.