From c569351ec93e4a88148596a2d52bbd5ace70114a Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Tue, 27 Aug 2019 07:39:12 +0900 Subject: [PATCH] Minor change --- graphql/graphql.go | 1 - 1 file changed, 1 deletion(-) diff --git a/graphql/graphql.go b/graphql/graphql.go index cd2458d4..4e79fbd1 100644 --- a/graphql/graphql.go +++ b/graphql/graphql.go @@ -7,7 +7,6 @@ import ( "strings" "github.com/aerogo/aero" - "github.com/aerogo/graphql" "github.com/animenotifier/notify.moe/arn" )