mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-12 01:20:51 +03:00
Remove print() call
This commit is contained in:
parent
6d4fd9fb03
commit
84dd789dad
|
@ -14,6 +14,5 @@ class SearchService:
|
||||||
return []
|
return []
|
||||||
|
|
||||||
result = await self._giphy_client.search(query, limit)
|
result = await self._giphy_client.search(query, limit)
|
||||||
print(result.keys())
|
|
||||||
|
|
||||||
return [{'url': gif['url']} for gif in result['data']]
|
return [{'url': gif['url']} for gif in result['data']]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user