From 2a42e7ec0a09efc9aae6e6e98df1ff54aac54e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me=20Chilliet?= Date: Mon, 27 Apr 2026 11:50:27 +0200 Subject: [PATCH] chore: Remove unused import for test file MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Côme Chilliet --- tests/lib/User/SessionTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/lib/User/SessionTest.php b/tests/lib/User/SessionTest.php index 132b1c225cd..370f8e137f7 100644 --- a/tests/lib/User/SessionTest.php +++ b/tests/lib/User/SessionTest.php @@ -10,7 +10,6 @@ namespace Test\User; use OC\AppFramework\Http\Request; -use OC\Authentication\Exceptions\InvalidTokenException; use OC\Authentication\Token\DefaultTokenMapper; use OC\Authentication\Token\DefaultTokenProvider; use OC\Authentication\Token\IProvider;