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;