Skip to content

Commit

Permalink
Merge with a prior commit, just removal of unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jimbo4350 committed Sep 20, 2024
1 parent 4c7d52a commit 580c4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-cli/src/Cardano/CLI/Legacy/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Cardano.CLI.Parser
import Cardano.CLI.Types.Common

import Data.Foldable
import Data.Maybe (fromMaybe, maybeToList)
import Data.Maybe (fromMaybe)
import Data.Word (Word64)
import Options.Applicative hiding (help, str)
import qualified Options.Applicative as Opt
Expand Down

0 comments on commit 580c4cb

Please sign in to comment.