From 7159e47d9b1094e472a9d8411849753d5931fa1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucas=20Garc=C3=ADa?= <lucas@codeccoop.org> Date: Mon, 11 Nov 2024 02:12:22 +0100 Subject: [PATCH] feat: remove unused namespaces --- includes/class-http-client.php | 1 - 1 file changed, 1 deletion(-) diff --git a/includes/class-http-client.php b/includes/class-http-client.php index 54f0701..a12daed 100644 --- a/includes/class-http-client.php +++ b/includes/class-http-client.php @@ -3,7 +3,6 @@ namespace WPCT_HTTP; use WP_Error; -use WP_Http; require_once 'class-multipart.php'; -- GitLab