From 907a3ce9945237d6b0888bedb08bd1ac1e9956c2 Mon Sep 17 00:00:00 2001 From: Colin Stewart <79332690+costdev@users.noreply.github.com> Date: Mon, 28 Jul 2025 14:56:51 +0100 Subject: [PATCH] Remove unused `use` statement in `FAIR\Updater`. (#194) Signed-off-by: costdev <79332690+costdev@users.noreply.github.com> --- inc/updater/namespace.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/inc/updater/namespace.php b/inc/updater/namespace.php index 1cf7014..90bdb24 100644 --- a/inc/updater/namespace.php +++ b/inc/updater/namespace.php @@ -7,8 +7,6 @@ namespace FAIR\Updater; -use FAIR\Packages; - /** * Bootstrap. */