cli: fix import warning

This commit is contained in:
Simon Michael 2017-09-12 18:04:40 -07:00
parent d2c8edb023
commit 84320fe97f

View File

@ -53,7 +53,6 @@ import Text.Printf
import Hledger (ensureJournalFileExists, getCurrentDay, period_, interval_, queryFromOpts)
import Hledger.Cli
import Hledger.Utils
-- | The overall cmdargs mode describing hledger's command-line options and subcommands.