remove unused use statement
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
5c21e94db8
commit
a358c4d81f
|
@ -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;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue