Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrzr committed Nov 15, 2022
1 parent f41a94e commit 1c4e5ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion server/src/JwtMiddleware.hs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import qualified Web.JWT as JWT

import AccessControl
import JwtAuth
import Store (Path)

-- | Defines the kinds of errors that cause authorization to fail.
data AuthError
Expand Down
1 change: 0 additions & 1 deletion server/src/Subscription.hs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import Data.Foldable (for_, traverse_)
import Data.HashMap.Strict (HashMap)
import Data.Hashable (Hashable)
import Data.Maybe (fromMaybe)
import Data.Monoid ((<>))
import Data.Text (Text)

import qualified Control.Concurrent.Async as Async
Expand Down

0 comments on commit 1c4e5ee

Please sign in to comment.