mirror of
https://github.com/sitelease/sugar-cube-client.git
synced 2025-10-29 11:02:30 +01:00
Removed a few unneeded "use" statements from files
This commit is contained in:
@ -6,7 +6,6 @@ use GuzzleHttp\Exception\ServerException;
|
||||
|
||||
use Gitea\Client;
|
||||
use Gitea\Collections\ApiItemCollection;
|
||||
use Gitea\Models\Repository;
|
||||
|
||||
use Gitea\Api\Abstracts\AbstractApiRequester;
|
||||
use Gitea\Api\Interfaces\AllRequesterInterface;
|
||||
|
||||
@ -5,10 +5,6 @@ namespace Gitea;
|
||||
use GuzzleHttp\Client as GuzzleClient;
|
||||
use GuzzleHttp\Exception\ServerException;
|
||||
|
||||
use Gitea\Models\Repository;
|
||||
use Gitea\Models\Tag;
|
||||
use Gitea\Models\Branch;
|
||||
|
||||
use Gitea\Api\Organizations;
|
||||
use Gitea\Api\Repositories;
|
||||
use Gitea\Api\Branches;
|
||||
|
||||
Reference in New Issue
Block a user