remove unused use statement

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
Arthur Schiwon 2019-03-06 00:34:29 +01:00
parent 5c21e94db8
commit a358c4d81f
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ use OCA\User_LDAP\Connection;
use OCA\User_LDAP\Group_LDAP as GroupLDAP;
use OCA\User_LDAP\ILDAPWrapper;
use OCA\User_LDAP\User\Manager;
use function SebastianBergmann\GlobalState\functions;
use Test\TestCase;
/**