Unneeded "use" removed

This commit is contained in:
Michael 2021-11-26 07:56:54 +00:00
parent fb47389c69
commit da9b5f32db
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ namespace Friendica\Module\Api\Twitter\Users;
use Friendica\Module\BaseApi;
use Friendica\DI;
use Friendica\Model\Contact;
/**
* Returns extended information of a given user, specified by ID or screen name as per the required id parameter.