fix: appease linters and psalm

Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
Marcel Klehr 2023-10-23 13:23:28 +02:00
parent 4b8a58cc49
commit 0c1bd845a7

View file

@ -25,7 +25,6 @@ declare(strict_types=1);
namespace OC\TextToImage\Db;
use DateTime;
use OCP\AppFramework\Db\DoesNotExistException;
use OCP\AppFramework\Db\Entity;
use OCP\AppFramework\Db\MultipleObjectsReturnedException;