From 52afbde9e3e6e5319975de2091b0d7ee56b73614 Mon Sep 17 00:00:00 2001 From: Shishir Suvarna Date: Wed, 9 Aug 2023 12:02:39 +0530 Subject: [PATCH] Removed un-used imports --- src/Api/ApigeeX/Controller/AppGroupControllerInterface.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Api/ApigeeX/Controller/AppGroupControllerInterface.php b/src/Api/ApigeeX/Controller/AppGroupControllerInterface.php index b4f614de..b2e2dcbf 100644 --- a/src/Api/ApigeeX/Controller/AppGroupControllerInterface.php +++ b/src/Api/ApigeeX/Controller/AppGroupControllerInterface.php @@ -18,8 +18,6 @@ namespace Apigee\Edge\Api\ApigeeX\Controller; -use Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityIdListingControllerInterface; -use Apigee\Edge\Api\ApigeeX\Controller\PaginatedEntityListingControllerInterface; use Apigee\Edge\Api\Management\Controller\AttributesAwareEntityControllerInterface; use Apigee\Edge\Controller\EntityControllerInterface; use Apigee\Edge\Controller\EntityCrudOperationsControllerInterface;