Skip to content

Commit

Permalink
chore: Remove unused imports
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Wurst <[email protected]>
  • Loading branch information
ChristophWurst committed Dec 27, 2023
1 parent dff7c56 commit a623832
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion lib/Migration/Version1100Date20210512142306.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use OCA\Mail\BackgroundJob\MigrateImportantJob;
use OCA\Mail\Db\MailboxMapper;
use OCP\BackgroundJob\IJobList;
use OCP\DB\ISchemaWrapper;
use OCP\Migration\IOutput;
use OCP\Migration\SimpleMigrationStep;

Expand Down
1 change: 0 additions & 1 deletion lib/Service/SmimeService.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
use Horde_Mime_Headers;
use Horde_Mime_Headers_ContentParam_ContentType;
use Horde_Mime_Part;
use OCA\Mail\Address;
use OCA\Mail\AddressList;
use OCA\Mail\Db\SmimeCertificate;
use OCA\Mail\Db\SmimeCertificateMapper;
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/Framework/ImapTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
namespace OCA\Mail\Tests\Integration\Framework;

use Horde_Imap_Client;
use Horde_Imap_Client_Data_Fetch;
use Horde_Imap_Client_Fetch_Query;
use Horde_Imap_Client_Ids;
use Horde_Imap_Client_Socket;
Expand Down
1 change: 0 additions & 1 deletion tests/Integration/Service/AvatarServiceIntegrationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
use ChristophWurst\Nextcloud\Testing\TestCase;
use ChristophWurst\Nextcloud\Testing\TestUser;
use OCA\Mail\Contracts\IAvatarService;
use OCP\ICache;
use OCP\ICacheFactory;
use OCP\Server;

Expand Down
1 change: 0 additions & 1 deletion tests/Unit/Job/PreviewEnhancementProcessingJobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
use OCP\BackgroundJob\IJobList;
use OCP\IUser;
use OCP\IUserManager;
use PHPUnit\Framework\MockObject\MockObject;
use Psr\Log\LoggerInterface;

class PreviewEnhancementProcessingJobTest extends TestCase {
Expand Down

0 comments on commit a623832

Please sign in to comment.