Skip to content

Commit e9a9c7c

Browse files
committed
remove unused UUID imports
1 parent 317e702 commit e9a9c7c

File tree

5 files changed

+0
-5
lines changed

5 files changed

+0
-5
lines changed

src/store/src/Bridge/Meilisearch/Store.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\AI\Store\Exception\InvalidArgumentException;
1919
use Symfony\AI\Store\ManagedStoreInterface;
2020
use Symfony\AI\Store\StoreInterface;
21-
use Symfony\Component\Uid\Uuid;
2221
use Symfony\Contracts\HttpClient\HttpClientInterface;
2322

2423
/**

src/store/src/Bridge/Milvus/Store.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\AI\Store\Exception\InvalidArgumentException;
1919
use Symfony\AI\Store\ManagedStoreInterface;
2020
use Symfony\AI\Store\StoreInterface;
21-
use Symfony\Component\Uid\Uuid;
2221
use Symfony\Contracts\HttpClient\HttpClientInterface;
2322

2423
/**

src/store/src/Bridge/OpenSearch/Store.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\AI\Store\Exception\InvalidArgumentException;
1919
use Symfony\AI\Store\ManagedStoreInterface;
2020
use Symfony\AI\Store\StoreInterface;
21-
use Symfony\Component\Uid\Uuid;
2221
use Symfony\Contracts\HttpClient\HttpClientInterface;
2322

2423
/**

src/store/src/Bridge/Typesense/Store.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\AI\Store\Exception\InvalidArgumentException;
1919
use Symfony\AI\Store\ManagedStoreInterface;
2020
use Symfony\AI\Store\StoreInterface;
21-
use Symfony\Component\Uid\Uuid;
2221
use Symfony\Contracts\HttpClient\HttpClientInterface;
2322

2423
/**

src/store/src/Bridge/Weaviate/Store.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
use Symfony\AI\Store\Exception\InvalidArgumentException;
1919
use Symfony\AI\Store\ManagedStoreInterface;
2020
use Symfony\AI\Store\StoreInterface;
21-
use Symfony\Component\Uid\Uuid;
2221
use Symfony\Contracts\HttpClient\HttpClientInterface;
2322

2423
/**

0 commit comments

Comments
 (0)