fix: Fix Notebook format issue in Preview by removing output.

PiperOrigin-RevId: 688364596
This commit is contained in:
Shawn Yang
2024-10-21 19:54:06 -07:00
committed by Copybara-Service
parent 90eaf5c7fe
commit a96c2926af
@@ -885,17 +885,7 @@
"cellView": "form",
"id": "1baChtMytR99"
},
"outputs": [
{
"data": {
"text/plain": [
"{'amount': 1.0, 'base': 'USD', 'date': '2024-10-04', 'rates': {'SEK': 10.2797}}"
]
},
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"get_exchange_rate(currency_from=\"USD\", currency_to=\"SEK\")"
]