remove redundant Authentication import

This commit is contained in:
aaron levin 2015-12-25 00:25:44 +01:00
parent d0c5797664
commit 81f8b885d4

View file

@ -10,8 +10,6 @@ import Data.List
import GHC.Generics
import Network.Wai
import Servant
import Servant.Server.Internal.Authentication
data Position = Position
{ x :: Int