diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-25 18:09:40 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-08-26 22:10:12 +0200 |
| commit | dbe93a84ba9b4d5c9aa5af2aecd5362f644c811d (patch) | |
| tree | 4f218edbd0ba153400c93f4116f3785d4a94f117 /src | |
| parent | 91dc336f67231bb4f6f06d217e316fc02cd1bfc5 (diff) | |
Remove unused Monad import in TestMode
Diffstat (limited to 'src')
| -rw-r--r-- | src/TestMode.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/TestMode.hs b/src/TestMode.hs index d865384..29312d8 100644 --- a/src/TestMode.hs +++ b/src/TestMode.hs @@ -4,7 +4,6 @@ module TestMode ( testMode, ) where -import Control.Monad import Control.Monad.Except import Control.Monad.Reader import Control.Monad.State |