diff options
-rw-r--r-- | spec/src/Thermoprint/API.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/spec/src/Thermoprint/API.hs b/spec/src/Thermoprint/API.hs index ac6acbe..afd742a 100644 --- a/spec/src/Thermoprint/API.hs +++ b/spec/src/Thermoprint/API.hs | |||
@@ -25,7 +25,6 @@ import GHC.Generics (Generic) | |||
25 | 25 | ||
26 | import Data.Proxy (Proxy(..)) | 26 | import Data.Proxy (Proxy(..)) |
27 | 27 | ||
28 | import Data.Functor.Identity (Identity(..)) | ||
29 | import Control.Exception (Exception) | 28 | import Control.Exception (Exception) |
30 | import Data.Typeable (Typeable) | 29 | import Data.Typeable (Typeable) |
31 | 30 | ||