diff options
author | Marcel Klehr <mklehr@gmx.net> | 2023-07-14 16:10:39 +0200 |
---|---|---|
committer | Marcel Klehr <mklehr@gmx.net> | 2023-08-09 10:05:09 +0200 |
commit | d8c44da4f4cb416ffa4382b39595d86ca552e56d (patch) | |
tree | 2873bbe6fcd4886d28f4a499101b701605b8ae04 /lib/public/TextProcessing | |
parent | cf2c42ae36a3c7280887bd3f15329739f9a6d221 (diff) | |
download | nextcloud-server-d8c44da4f4cb416ffa4382b39595d86ca552e56d.tar.gz nextcloud-server-d8c44da4f4cb416ffa4382b39595d86ca552e56d.zip |
Fix psalm errors
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
(cherry picked from commit 95d2d3af5ce3aba22a206b01c89373a38f9ffb3a)
Diffstat (limited to 'lib/public/TextProcessing')
-rw-r--r-- | lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php b/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php index 10c592fe031..329889e61f0 100644 --- a/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php +++ b/lib/public/TextProcessing/Events/AbstractTextProcessingEvent.php @@ -26,7 +26,6 @@ declare(strict_types=1); namespace OCP\TextProcessing\Events; use OCP\EventDispatcher\Event; -use OCP\TextProcessing\ILanguageModelTask; use OCP\TextProcessing\Task; /** |