Skip to content

Commit 0beca2d

Browse files
committed
Simplify project (no monorepo)
1 parent 450a0d9 commit 0beca2d

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

notebooks/notebook.ipynb

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,9 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 3,
5+
"execution_count": null,
66
"metadata": {},
7-
"outputs": [
8-
{
9-
"data": {
10-
"text/plain": [
11-
"Product(id='64e938666fef44edb112a9c55f7d02db', create_date=datetime.datetime(2025, 9, 11, 16, 36, 54, 22022, tzinfo=datetime.timezone.utc), name='Sample Product', description=None, price=Decimal('9.99'), is_discontinued=False, discontinuation_reason=None)"
12-
]
13-
},
14-
"execution_count": 3,
15-
"metadata": {},
16-
"output_type": "execute_result"
17-
}
18-
],
7+
"outputs": [],
198
"source": [
209
"from decimal import Decimal\n",
2110
"\n",

0 commit comments

Comments
 (0)