aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Chelleport/OCR.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Chelleport/OCR.hs b/src/Chelleport/OCR.hs
index 5ee331c..3cd83ae 100644
--- a/src/Chelleport/OCR.hs
+++ b/src/Chelleport/OCR.hs
@@ -1,7 +1,6 @@
module Chelleport.OCR (MonadOCR (..)) where
import Chelleport.Types
-import Chelleport.Utils (benchmark)
import Control.Concurrent (threadDelay)
import Control.Monad.IO.Class (MonadIO (liftIO))
import Control.Monad.RWS (MonadReader (ask))