Skip to content

Commit a5e2776

Browse files
fix: Remove trailing whitespace from blank line in json.ipynb
Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 729ab4a commit a5e2776

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

docs/src/archive/tutorials/json.ipynb

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -85,22 +85,11 @@
8585
},
8686
{
8787
"cell_type": "code",
88-
"execution_count": 3,
88+
"execution_count": null,
8989
"id": "4aaf96db-85d9-4e94-a4c3-3558f4cc6671",
9090
"metadata": {},
9191
"outputs": [],
92-
"source": [
93-
"@schema\n",
94-
"class Team(dj.Lookup):\n",
95-
" definition = \"\"\"\n",
96-
" # A team within a company\n",
97-
" name: varchar(40) # team name\n",
98-
" ---\n",
99-
" car=null: json # A car belonging to a team (null to allow registering first but specifying car later)\n",
100-
" \n",
101-
" unique index(car.length:decimal(4, 1)) # Add an index if this key is frequently accessed\n",
102-
" \"\"\""
103-
]
92+
"source": "@schema\nclass Team(dj.Lookup):\n definition = \"\"\"\n # A team within a company\n name: varchar(40) # team name\n ---\n car=null: json # A car belonging to a team (null to allow registering first but specifying car later)\n\n unique index(car.length:decimal(4, 1)) # Add an index if this key is frequently accessed\n \"\"\""
10493
},
10594
{
10695
"cell_type": "markdown",
@@ -1077,4 +1066,4 @@
10771066
},
10781067
"nbformat": 4,
10791068
"nbformat_minor": 5
1080-
}
1069+
}

0 commit comments

Comments
 (0)