From 0793285404ddf1891235687f5f86204f9c58e1fd Mon Sep 17 00:00:00 2001 From: Colin Murphy Date: Mon, 20 Jan 2025 16:04:48 +0000 Subject: [PATCH] phpcs fixes --- includes/Blocks/CoreList.php | 3 --- includes/Blocks/CoreListItem.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/includes/Blocks/CoreList.php b/includes/Blocks/CoreList.php index 1c0153e9..de33f114 100644 --- a/includes/Blocks/CoreList.php +++ b/includes/Blocks/CoreList.php @@ -7,9 +7,6 @@ namespace WPGraphQL\ContentBlocks\Blocks; -use WPGraphQL\ContentBlocks\Registry\Registry; -use WP_Block_Type; - /** * Class CoreList */ diff --git a/includes/Blocks/CoreListItem.php b/includes/Blocks/CoreListItem.php index 013b23ad..58fed771 100644 --- a/includes/Blocks/CoreListItem.php +++ b/includes/Blocks/CoreListItem.php @@ -7,9 +7,6 @@ namespace WPGraphQL\ContentBlocks\Blocks; -use WPGraphQL\ContentBlocks\Registry\Registry; -use WP_Block_Type; - /** * Class CoreListItem */