From 938181198b27a67038626c5ad319a797140538e1 Mon Sep 17 00:00:00 2001
From: Christoph Wurst <christoph@winzerhof-wurst.at>
Date: Tue, 22 Aug 2017 15:17:46 +0200
Subject: [PATCH] Remove unused import statement in IAccount

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
---
 lib/Service/IAccount.php | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/Service/IAccount.php b/lib/Service/IAccount.php
index 4ae06f884..9ea5e70bc 100644
--- a/lib/Service/IAccount.php
+++ b/lib/Service/IAccount.php
@@ -22,7 +22,6 @@
 namespace OCA\Mail\Service;
 
 use JsonSerializable;
-use OCA\Mail\Model\IMessage;
 
 interface IAccount extends JsonSerializable {
 
-- 
GitLab