🚨 made deepsource happier

This commit is contained in:
Mawoka
2022-04-30 17:18:51 +02:00
parent 3e3e8d7288
commit 6537258133
+1 -2
View File
@@ -17,5 +17,4 @@ async def test_search():
await search(query="Barbie", limit=100)
await search(query="Internet", limit=100)
await search(query="Windows", limit=100)
res2 = await search(query="Python", limit=100)
[str(e.card.uuid) for e in res2.entities]
await search(query="Python", limit=100)