From 7303a79b503dde63c627675ce4155f96c4e4dbd3 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 19 Oct 2015 21:05:41 -0400 Subject: Cleanup and minor fixes --- app/Api/Base.php | 1 - app/Api/Me.php | 1 - 2 files changed, 2 deletions(-) (limited to 'app/Api') diff --git a/app/Api/Base.php b/app/Api/Base.php index 82397b20..0959817e 100644 --- a/app/Api/Base.php +++ b/app/Api/Base.php @@ -2,7 +2,6 @@ namespace Kanboard\Api; -use JsonRPC\AuthenticationFailure; use JsonRPC\AccessDeniedException; /** diff --git a/app/Api/Me.php b/app/Api/Me.php index 16ce0aee..2c332a8c 100644 --- a/app/Api/Me.php +++ b/app/Api/Me.php @@ -3,7 +3,6 @@ namespace Kanboard\Api; use Kanboard\Model\Subtask as SubtaskModel; -use Kanboard\Model\Task as TaskModel; /** * Me API controller -- cgit v1.2.3