Skip to content

Commit ec02dce

Browse files
committed
Remove unnecessary imports
1 parent 58ffb7d commit ec02dce

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

includes/Admin/BatchProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
use Automattic\WooCommerce\Internal\BatchProcessing\{ BatchProcessorInterface, BatchProcessingController };
66
use WC\SmoothGenerator\Router;
7-
use WC\SmoothGenerator\Admin\AsyncJob;
87

98
/**
109
* Class BatchProcessor.

includes/Admin/Settings.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77

88
namespace WC\SmoothGenerator\Admin;
99

10-
use Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController;
11-
use Automattic\WooCommerce\StoreApi\Routes\V1\Batch;
12-
use WC\SmoothGenerator\Admin\{ BatchProcessor, AsyncJob };
13-
1410
/**
1511
* Initializes and manages the settings screen.
1612
*/

includes/Router.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
namespace WC\SmoothGenerator;
44

5-
use WC\SmoothGenerator\Generator;
6-
75
/**
86
* Methods to retrieve and use a particular generator class based on its slug.
97
*/

0 commit comments

Comments
 (0)