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